Hi there, We have one use case, wherein we wanted...
# multiplatform
s
Hi there, We have one use case, wherein we wanted to connect the
kmm module
to
ios project
as like we do kmm shared module to ios project. When we try to import kmm module to binaray name to swift files, it could not able to find it. Is there way to connect kmm module to ios project or is it restricted to link only on kmm module for one iOS project?
I have got answer to my own question I needs to export that
kmm-module
Copy code
binaries {
    framework {
        export(project(":kmm-module"))
      
        transitiveExport = true
    }
}
and I need to use it as api instead dependency