- exportPublic
- jsIntegration
Latest Kotlin uses DCE to minimise JS module code size. Their suggestion is to add @JsExport annotation to all classes that you want to export. I don't like this. I think anything marked with public visibility should be exported. This plugin make that happen.
plugins {
id("net.akehurst.kotlin.gradle.plugin.exportPublic") version("1.0.0")
}