Hey all, I've got a question: Let's say I have Ko...
# kotlin-native
n
Hey all, I've got a question: Let's say I have Kotlin Native Project
A
that depends on another Kotlin Native Project
B
. By default if I build a dynamic library out of
A
, it will build a DLL with project
B
statically linked to it. Is it possible to specify somewhere in gradle that I want to dynamically link to project
B
instead of statically linking it in the final DLL?