Hello there. I am currently trying to create a kot...
# kotlin-native
n
Hello there. I am currently trying to create a kotlin native plugin loader, but i cant figure out, how to have a kotlin multiplatform dependency be loaded from a shared object instead of including it in my binary. Using cinterop to generate bindings for the SO would result in a very ugly way to access the dependency. I have also tried adding my dependency to the compileOnly configuration, like i would do on the jvm, but that still included the dependency in my binary. Is there a way to achieve this?