Hi, concerning build time is there anything that c...
# kotlin-native
j
Hi, concerning build time is there anything that can make it faster ?
o
We are working on improvements in that direction, but it requires huge refactoring, so we need to do that first
s
Split your build into smaller modules, and your build will be faster
j
oh ok, i know it is still early to ask for too much, i'll try to split in different gradle module to help a bit thanks!
s
I’m working on a multi platform project and have some build scripts that call individual gradle tasks for the platform I’m focusing on at the time and then periodically do a full build. It helps. Also if you’re doing iOS and only testing in the simulator just build that target instead of all of the platform targets when you make a change.