https://kotlinlang.org logo
#ios
Title
g

Gaurav Prakash

09/12/2023, 1:30 PM
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

ribesg

09/12/2023, 1:34 PM
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

Gaurav Prakash

09/12/2023, 1:36 PM
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

ribesg

09/12/2023, 1:53 PM
Well, I have nothing to add to the documentation on that.
g

Gaurav Prakash

09/13/2023, 4:12 AM
okay can i see any repo ?