So with KN `1.4.0-rc`, the compilation of our proj...
# kotlin-native
r
So with KN
1.4.0-rc
, the compilation of our project after a single line change has significantly increased, from 30-40secs in
1.3.71
and to
3mins+
in
1.4.0-rc
. It looks like it's doing a full build every time.. Does anyone have the same experience?
To be specific, it's the linking step that is taking forever.
e
Hello! Could you, please, provide more details? Is this debug build? Could you share code to reproduce?
And what target do you build?
r
Yep, I'm building for debug - I'll try a release build. Also, give me a sec, I'll prepare some instructions for the reproducer.
e
You shouldn't try release build. Release build will take longer time, because of optimizations. We'll be very grateful for reproducer. You can create an issue on YouTrack (it's preferable way).
r
e
Thank you