I got it, so generally if I understand it correctl...
# kotlin-native
d
I got it, so generally if I understand it correctly now... if I want to share 3rd party framework I need to link it with my Kotlin framework and also link it with my swift app right?
o
It depends on how exactly deps of your program looks like, generally Kotlin framework could have its dependencies encapsulated
👍 1