Hey guys, can I use Jetbrains Compose plugin witho...
# compose-ios
r
Hey guys, can I use Jetbrains Compose plugin without having CocoaPods setup? The reason being I already started my KMM project with Regular Framework and due to the recent announcement I want to try compose for iOS which will need me to add Jetbrains Compose plugin as I saw in this template. https://github.com/JetBrains/compose-multiplatform-ios-android-template/blob/main/build.gradle.kts
k
yes, you can. But be aware you use static framework (temporary limitation for compose) and you have to setup copying resources manually (because cocoapods helps with that)
r
I got some of it, can u direct me to any example? Any resource where integration of Jetbrains Compose is mentioned from scratch
Do you mean this line by copying resources?
k
at the moment official Compose integration is made via cocoapods. so, you have to set the config up by your own. I don't think there is a documentation for that case
r
I see, so is there a way to change the dependency manager from Regular Framework to Cocoapods in an ongoing KMM project?
k