How do I specify `staticLibraries` in gradle for c...
# kotlin-native
j
How do I specify
staticLibraries
in gradle for cinterop
o
linkerOpts
could be what you’re looking for, see https://github.com/JetBrains/kotlin-native/blob/master/GRADLE_PLUGIN.md
👍 1