Is there a multiplatform template similar to this but with a
iosMain
and an ios target?
j
jim
06/04/2021, 4:41 AM
The closest thing is probably https://kotlinlang.org/docs/mobile/create-first-app.html but it's just KotlinNative and doesn't have any Compose code, but you could fairly easily copy-paste the relevant parts from that tutorial in to the template you linked and get what you want.
👍 1
c
Colton Idle
06/04/2021, 3:52 PM
I've used the KMM plugin in android studio to get those targets and yeah what Jim said after that. Actually I wonder if KMM plugin generates android with compose. I forget.