Hello! :wave: Is it possible to add Compose UI to ...
# compose
h
Hello! 👋 Is it possible to add Compose UI to an existing iOS app?
👌 2
1
p
Add the Kotlin generated .xframework as any other framework. Or well you can use SPM too
👋 1
h
Thanks a lot for the reply!!! I tried to compile the module after adding compose dependencies... but its giving me OOM.
p
How much ram you have allocated for that project
h
How much ram you have allocated for that project
All that this machine has 16G
I'm using
./gradlew :shared:assembleSharedReleaseXCFramework
to compile
p
In
gradle.properties
I see you have 2 gigs, you can try duplicating it.
👀 1
❤️ 1
h
Yes... that actually worked man!
👍 1