Skip to content

Releases: samhoby/KotlinToJS

Release list

KotlinToJS 0.1.0

Choose a tag to compare

@samhoby samhoby released this 30 Jun 01:43

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:annotations and io.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.