Closed igordmn closed 1 year ago
We don't want to use mobile
in naming. It may associate just with Android. Let's use compose-multiplatform-ios-android-template
to avoid confusion as discussed with @SebastianAigner in Slack.
Here it is: https://github.com/JetBrains/compose-multiplatform-ios-android-template Couple of things to be done:
Couple of things to be done:
Done
@katia-energizer, should we change the title to Compose Multiplatform iOS+Android Application
?
How to use this template?
I have Koplin Multiplatform Mobile and Compose Multiplatform IDE Support plugins installed for Android Studio. When I pick Kotlin Multiplatform App template I get project structure that is on the first look similar to compose-multiplatform-ios-android-template but is actually implemented in not multiplatform friendly way. Shared module has no UI components (no App
). Instead each platform has it's own Greeting
and theme implementation. I can't find any information how to add a template to AS (so I assumed it's shipped with a plugin) and there is no info about it in readme files nor on wiki...
How to use this template?
Yes?
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Similar to https://github.com/JetBrains/compose-multiplatform/issues/2823
We need a template that supports only iOS and Android, because removing the other targets isn't easy right now, but they may not be needed.