You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
Kotlin 1.3.40 saw the release of a new KotlinJS plugin, org.jetbrains.kotlin.js. apply plugin: 'kotlin-dce-js' still seems to work, but the buildBundle part doesn't, as NpmTask doesn't exist anymore.
Can we update the example? Otherwise it's tricky to see how to properly use DCE, since it spits out a bunch of separate files.
The text was updated successfully, but these errors were encountered:
Kotlin 1.3.40 saw the release of a new KotlinJS plugin,
org.jetbrains.kotlin.js
.apply plugin: 'kotlin-dce-js'
still seems to work, but the buildBundle part doesn't, asNpmTask
doesn't exist anymore.Can we update the example? Otherwise it's tricky to see how to properly use DCE, since it spits out a bunch of separate files.
The text was updated successfully, but these errors were encountered: