Is there a way to achieve this sort of module? I w...
# multiplatform
a
Is there a way to achieve this sort of module? I want to store swift files in some iosMain of my module and feed them to the iosApp
🔥 1
đź’Ż 1
j
No, your Swift code will live in its own “world”. It is possible to import an Obj-C module into Kotlin, but basically right now all KMM does it make an Obj-C library you can
import
and call into.