Anyone know of a good solution of doing the IOS ap...
# multiplatform
d
Anyone know of a good solution of doing the IOS app build in gradle? currently android/kmp part are build using gradle and the IOS app is build through xcode. As solution would be to use
fastlane
but that would be adding yet another tool while I suspect gradle would be perfectly capable of doing it. Are there any plugins that can be used to build/test/sign/upload the ios app to firebase/appstore?
r
that’s something I’m searching for as well