Digging into the new plugin DSL. The config is kin...
# kotlin-native
k
Digging into the new plugin DSL. The config is kind of hard to follow in source, but will try to sort it out tomorrow. Just in case anybody has the answer, is there a way to specify 'nativeLibraries' on a library, and/or can you add a gradle dependency from the original kotlin native plugin with the new DSL? We have a fairly complex library config. https://github.com/touchlab/knarch.db/blob/master/kotlin/knarch-ios/build.gradle. There's a fairly substantial C++ component of the library.
i
No, currently there is not such option in the DSL.