How do I enable debug in the module settings while...
# kotlin-native
m
How do I enable debug in the module settings while publishing a cinterop library. I am trying to use an objective c library in Native. As this is not available in the new plugin, I have an another native project which uses konan plugin to publish the library as a module to local repo. However, while importing as a dependency, I get configuration has gradle.native.debuggable false while true is required.
i
It's a known problem and we're now working on support cinterop in the experimental plugin. As a workaround you can add a dependency directly on the interop library files (see this issue: https://github.com/JetBrains/kotlin-native/issues/1828)