Nathan Bedell
02/19/2025, 8:34 PMA
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?