I'm trying to update my old `build.gradle` for KN ...
# kotlin-native
p
I'm trying to update my old
build.gradle
for KN 0.4, but it seems any
linkerOpts
I specify in an
interop
are ignored when linking the final program that uses the interop. Do I have to manually specify linker options in the
program
instead?
o