Is there anything I can do to make `embedAndSign` ...
# ios
m
Is there anything I can do to make
embedAndSign
run faster (besides buy new computer)? I'm not using cocoapods nor SPM, only kotlin (and minimum swift boilerplate) yet full ios build still takes 20-30 minutes (macbook M3 16GB ram) *embedAndSign takes >50% of that time
k
enable all available gradle optimizations (and use the latest version)
m
Thanks!
m
did it make much difference @Mikolaj ?
m
Not really, no 😅