Suresh Maidaragi
07/01/2024, 12:55 PMkmm 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?Suresh Maidaragi
07/03/2024, 12:20 PMkmm-module
binaries {
framework {
export(project(":kmm-module"))
transitiveExport = true
}
}
and I need to use it as api instead dependency