Hey guys, do builds for your Kmp projects take much longer than for pure android/ios stuff? I'm facing a problem where clean build of my somewhat big project takes up to 11min, and so I'm wondering whether this is normal or not
k
kpgalligan
11/07/2019, 10:58 AM
Yes. When building to iterate I wouldn't run "build". Run the framework build you need, probably debug. Running "build" will make a lot of things you probably don't need.
Also, when you say "pure iOS stuff" do you mean kotlin or just Swift?
j
Jan Stoltman
11/07/2019, 11:41 AM
By "pure iOS stuff" I mean a swift project of similar size. Which gradle task do you mean when you say "run the framework build"? For now on every iteration I run
linkKotlinShared*FrameworkIos
k
kpgalligan
11/07/2019, 11:42 AM
Probably that one? For compile times, kotlin native will take longer than swift