I'm testing a KN with a shared lib that's an exter...
# kotlin-native
g
I'm testing a KN with a shared lib that's an external module but it doesn't compile saying it can't find the
expected
function. Do i need all this declarations in the same module for it to work? So all expect/declare functions will need to be wrapped into the common module? And then the project (Android/iOS) imports it?
o
it's not really clear what you mean. All MPP modules are here in this regard, both expect and actual declaration must be present to the compiler