Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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
Expand Down