can anyone shed some light on one of the 1.3.60 changelog items for me?
Copy code
Produce native binaries directly from klibs, speeds up large project compilation (GH-3246)
What does this mean exactly? What was the limitation in 1.3.50?
o
olonho
10/31/2019, 6:57 PM
Now by default Gradle plugin uses klib as input for dependent compilations, before it was sources, thus cost of frontend execution is mostly eliminated.