Releases: samhoby/KotlinToJS
Releases · samhoby/KotlinToJS
Release list
KotlinToJS 0.1.0
First public release.
Gradle plugin that generates @JsExport wrappers with automatic type conversion for Kotlin Multiplatform JS targets.
Install:
plugins {
kotlin("multiplatform") version "2.3.20"
id("io.github.samhoby.kotlintojs") version "0.1.0"
}
Published to:
- Maven Central:
io.github.samhoby:annotationsandio.github.samhoby:processor - Gradle Plugin Portal:
io.github.samhoby.kotlintojs
Handles Long, collections, maps, value classes, suspend functions, sealed classes via @JsExportReplacement, and name mangling at the @JsExport boundary.