how to add IOS compose for existing kmm project (k...
# compose-ios
p
how to add IOS compose for existing kmm project (kotlin 1.9.0, AGP 8.2.0-alpha16), I want to keep current compose file for android add new compose for kmm module)
c
i haven't done this yet tho. so let me know if any of those resources are best. 😅
d
First of all - you need to move code from androidMain source set to commonMain. Please take a look at our biggest sample project here: https://github.com/JetBrains/compose-multiplatform/tree/master/examples/imageviewer
🙌 1