Hey guys, is there any installation instruction in...
# compose-ios
d
Hey guys, is there any installation instruction in official documentation or do I need to dig through the samples? I have a KMM project in which I wanted to try compose multiplatform out, apps are iOS and Android, no web or desktop. Also not using cocoapods. Am I missing someething here?
j
https://www.jetbrains.com/lp/compose-multiplatform/ And https://github.com/JetBrains/compose-multiplatform-ios-android-template good start. Probably want Swift package manager instead of cocoapods? However I think some resource sharing required cocoa.
d
For now, CocoaPods are required. But we will change it in the future.