Holla fellow programmers, is it possible to build ...
# multiplatform
m
Holla fellow programmers, is it possible to build KMM library for Android target on Linux machine and then build iOS target on Mac machine? I mean split the build.
m
A lot of libs do this
Depends what you want to do. If you want to parallelize, you can do something like this: https://proandroiddev.com/optimising-ci-build-times-of-a-kotlin-multiplatform-project-2a430055f383
🎉 1
from @Arkadii Ivanov
m
Thank you, our limitation is in number of mac machines available and current setup of iOS only and Android only pool of CI agents. But parallelization is a nice side effect 🙂