Anyone noticed that linking XC Framework (for example
linkDebugFrameworkIosSimulatorArm64
task) is taking much, much longer in Kotlin 1.8.20? It used to take ~1.5 min for our setup, now with Kotlin 1.8.20 it seems to take over 6 min.
😮 2
p
Pablichjenkov
04/12/2023, 10:26 PM
My initial impression was the opposite. It seemed faster for me. But I didn't measure it.
k
Kirill Zhukov
04/12/2023, 10:34 PM
The only other change that I made is bumped compose-jb to 1.4.0, unsure if it’s relevant
Kirill Zhukov
04/12/2023, 10:35 PM
The first initial compilation after bumping version was super slow (over 6 min), subsequent compilations (with changes) seem to be back to ~1.5 min 🤷
p
Pablichjenkov
04/12/2023, 10:38 PM
Humm, interesting. To be honest, it makes sense that it takes a bit longer. I guess that being able to make composable public could add some little extra work generating static symbols and such but just guessing