I try to use kotlin-native framework without cocoa...
# multiplatform
a
I try to use kotlin-native framework without cocoapods. Get example project Demo from https://kotlinlang.org/docs/tutorials/native/apple-framework.html Create Xcode project with headers from Demo and try to build this. But I have the error
No such module 'Demo'
on the string
*import* Demo
What do I wrong? Am I need to import the framework as a file (“Add files…“)? Am I need to import some directory or header file?