kotlin-examples icon indicating copy to clipboard operation
kotlin-examples copied to clipboard

Update js-dce example for Kotlin 1.3.50

Open nanodeath opened this issue 6 years ago • 1 comments

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.

nanodeath avatar Sep 02 '19 16:09 nanodeath

Sorry guys, but HOW to use the DCE in js project from 1.3.40 and up (using kotlin.js)? I ca't figure this out...

er453r avatar Jan 20 '20 22:01 er453r