What kind of compilation time optimization can we ...
# kotlin-native
r
What kind of compilation time optimization can we expect in the future? I’m currently sitting at 7min build for an iOS Framework. I can go down to 3min when building only the simulator architecture, but it’s still kinda long when something does not work and I have to try and do some die and retry to find the issue
🙏 11
6
o
this is being actively worked on, and we hope to get improvements in this direction soon
👍 9
n
Noticed when doing a incremental code change (changing around 1-3 lines), and initiating a build on a laptop (equipped with a quad core i5 and SSD) running Linux that the average build time is around 30 seconds (all cores are used). This is for a CLI program.