https://kotlinlang.org logo
Title
s

safa

02/14/2019, 12:09 PM
Hello, a Kotlin/Native question: is it possible to have a shared .so KN runtime? Under the hood, I see program.bc runtime.bc and hello.bc being combined and linked. Our project needs to generate a lot of shared libs for interop and runtime loading, and it quickly grows in size considering the same stuff being put into all of them. Ideally I'd look into generating a shared runtime and lightweight libraries that are dynamically linked to that. moved to #kotlin-native
o

olonho

02/14/2019, 12:21 PM
Better discuss it on #kotlin-native.