Kotlin / kotlin-frontend-plugin

Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Apache License 2.0
563 stars 69 forks source link

dce plugin wipes CBOR in kotlin serialization #74

Closed Lewik closed 6 years ago

Lewik commented 6 years ago

dce plugin wipes CBOR in kotlin serialization kotlin version 1.2.50 kotlin.serialization version 0.5.1 kotlin front end plugin version 0.0.31

Enabling dce causes this error Uncaught TypeError: Cannot read property 'CBOR' of undefined in this code var CBOR = $module$kotlinx_serialization_runtime_js.kotlinx.serialization.cbor.CBOR;

May be @sandwwraith could help with changes

Lewik commented 6 years ago

Sorry, wrong project