Hi! Is there a gradle task to run the the compose ...
# compose-ios
f
Hi! Is there a gradle task to run the the compose app from the command line?
👍 1
a
Check here, I suppose you can get the Gradle command for that https://github.com/JetBrains/compose-multiplatform-ios-android-template
f
I've checked this already but I didn't find it. But I remember seeing this somewhere, but I cannot remember where.
n
Do you need to run it on iOS from the command line? iOS application are built with XCode that calls Gradle to build Kotlin/Compose stuff. Unfortunately there is no Gradle task in KMP Gradle plugin to just run an iOS app, AFAIK.
f
ok. Thanks!