Hi all.
I was wondering what are your usual build times for KMP projects?
We have around 270 shared modules for SwiftUi app and the release build time currently takes around 2 hours. (debug build is much faster, like 10-20min)
We use cocoapods, the modules vary from little ones (with 2 classes to bigger ones 100+-classes).
The step that takes almost all time is
./gradlew -p shared kmmsharedKmm:syncFramework -Pkotlin.native.cocoapods.platform=iphonesimulator -Pkotlin.native.cocoapods.archs=arm64 -Pkotlin.native.cocoapods.configuration=Release
I wonder if such build times are normal, or if there is something we can do to speed it up.