Somebody knows "kotlin-frontend-plugin" development plans?
https://github.com/Kotlin/kotlin-frontend-plugin
It does not work with gradle wrapper 5.0 (I may try to fix this bug)
Maybe there is an alternative way to minify JS code?
Or will the "kotlin-multiplatform" plugin be able to replace it?
g
gildor
12/03/2018, 5:09 AM
I doubt that kotlin-multiplatform will replace kotlin-frontend-plugin, they have separate set of features and even target different types of projects.
kotlin-frontend-plugin is about integration of JS infrastructure (such as webpack) for Kotlin and also frontend plugin is not required for Kotlin JS development
More likely frontend plugin will be compatible with multiplatform