PHondogo
05/12/2020, 8:24 AMCaused by: java.lang.AssertionError: Built-in class kotlin.Any is not found
My configuration:
in gradle.properties:
kotlin.js.compiler=ir
In gradle.build
kotlin {
target {
useCommonJs()
produceExecutable()
browser {}
}
}
Ilya Goncharov [JB]
05/12/2020, 8:28 AMkotlin-stdlib-js
?PHondogo
05/12/2020, 9:27 AMIlya Goncharov [JB]
05/12/2020, 10:18 AMroot/build/js/packages/executable-module-name/kotlin
It should be therePHondogo
05/12/2020, 11:23 AM