I am building a kotlin multiplatform app using com...
# ios
a
I am building a kotlin multiplatform app using compose. Is there a gradle command I can use to generate the .apa file?? same as i can run ./gradlew assemble and get the .apk app??
f
you can use fastlane if you want to script/automate xcode
it’s working for iOS and Android
a
thanks, I will have to check it out
👍 1