Swapnil Musale
01/20/2024, 8:18 AMexample
package and inside it created one KMP project to showcase the lib usage.
And also linked KMP project with lib in settings.gradle.kts
as follow :
include(":example:kmp:androidApp")
include(":example:kmp:iosApp")
include(":example:kmp:shared")
After syncing the project I'm able to see androidApp
run configuration but iosApp
is not visible to run the lib code on ios device.
This is my first time about creating KMP lib so might be missing some ios/xcode related configuration steps.
Any help or lead would be much appreciated
TIA.Pablichjenkov
01/20/2024, 5:08 PMSwapnil Musale
01/20/2024, 9:29 PM