When using Kotlin explicit API mode and setting kotlin.js.generate.externals=true in gradle.properties the build fails with Visibility must be specified in explicit API mode. So, it's impossible to use dukat with explicit API mode. Could you please add visibility modifiers to the generated source code?
When using Kotlin explicit API mode and setting
kotlin.js.generate.externals=true
in gradle.properties the build fails withVisibility must be specified in explicit API mode
. So, it's impossible to use dukat with explicit API mode. Could you please add visibility modifiers to the generated source code?