From aa8cebfcf39d784dff36a6befbdaa4d42024db63 Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Mon, 10 Aug 2026 20:45:04 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E3=81=AE=E3=82=BB=E3=83=83?= =?UTF-8?q?=E3=83=88=E3=82=A2=E3=83=83=E3=83=97=E3=81=B8=20Gradle=20Plugin?= =?UTF-8?q?=20Portal=20=E3=82=92=E5=8F=8D=E6=98=A0=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plugin Portal へ掲載されたことで plugins {} が追加のリポジトリ設定なしに解決できるため、 その旨と版を確認できるバッジを加える。 Co-Authored-By: Claude Opus 5 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 39329de..f177c3f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # sealed-class-enumizer +[![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/io.github.projectmapk.sealed-class-enumizer)](https://plugins.gradle.org/plugin/io.github.projectmapk.sealed-class-enumizer) [![Maven Central](https://img.shields.io/maven-central/v/io.github.projectmapk/sealed-class-enumizer-runtime-api)](https://central.sonatype.com/artifact/io.github.projectmapk/sealed-class-enumizer-runtime-api) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) @@ -13,6 +14,10 @@ No runtime reflection involved, working on all Kotlin Multiplatform targets. ### Gradle +Published on the +[Gradle Plugin Portal](https://plugins.gradle.org/plugin/io.github.projectmapk.sealed-class-enumizer), +so `plugins {}` resolves it without extra repository configuration: + ```kotlin plugins { kotlin("jvm") version "2.4.10" // or kotlin("multiplatform") — any Kotlin target plugin