Is there any way to run KMP on separate iOS projec...
# ios
g
Is there any way to run KMP on separate iOS project, this should support only iOS as I want to integrate shared module independently in existing IOS project
r
You decide which platforms your KMP project can run on. I have a pure Kotlin iOS app, no Android, not even
commonMain
, just
iosMain
and the 3 iOS targets.
g
wow , can you please share it helps me to save my time
but my expectation is little different , i have to given support for Android too but for now I want to run independently on Android and iOS too with common code .
r
Well, I have nothing to add to the documentation on that.
g
okay can i see any repo ?