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
Raghav
04/17/2023, 12:45 PM
I got some of it, can u direct me to any example? Any resource where integration of Jetbrains Compose is mentioned from scratch
Raghav
04/17/2023, 1:06 PM
Do you mean this line by copying resources?
k
Konstantin Tskhovrebov
04/17/2023, 1:13 PM
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
Raghav
04/17/2023, 1:20 PM
I see, so is there a way to change the dependency manager from Regular Framework to Cocoapods in an ongoing KMM project?