Join Slack
Powered by
how to add IOS compose for existing kmm project (k...
# compose-ios
p
pers
08/24/2023, 1:29 PM
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
Colton Idle
08/24/2023, 5:30 PM
idk if this is helpful
https://kotlinlang.slack.com/archives/C0346LWVBJ4/p1691283600537169
🙌 1
Colton Idle
08/24/2023, 6:25 PM
i haven't done this yet tho. so let me know if any of those resources are best. 😅
d
Dima Avdeev
08/28/2023, 4:31 PM
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
40
Views
Open in Slack
Previous
Next