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.