Hi all, Currently, kotlin/native compiler would co...
# kotlin-native
k
Hi all, Currently, kotlin/native compiler would compile a klib and it's dependencies into a whole so, is it possible to compile multiple so files? In other words, a.klib is compiled into a.so while b.klib is compiled into b.so. With the help of a standalone kntime.so, a.so and b.so can be linked and executed.
🔥 4