Which gradle task would I need to run (from the ba...
# multiplatform
s
Which gradle task would I need to run (from the basic KMP template) to get an .aab to upload to the App Store? Nevermind I found the option in the Build menu in IntelliJ
d
./gradlew bundleRelease
s
Thank you!