Hello, does anybody know how to specify KMM module...
# kotlin-native
a
Hello, does anybody know how to specify KMM module in iOS project? I have core data model ("Order" for example) and have Order in my KMM Module, so xcode can't resolve from which module model is.
k
import ModuleName
i see, i believe you can specify ModuleName.Order
a
Sorry have problem - Module has the same name with class inside Module
Refactoring help
Thank you