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
Kris Wong
12/04/2020, 3:59 PM
import ModuleName
Kris Wong
12/04/2020, 3:59 PM
i see, i believe you can specify ModuleName.Order
a
Alex Gladkov
12/04/2020, 4:06 PM
Sorry have problem - Module has the same name with class inside Module