Anyone noticed that linking XC Framework (for exam...
# multiplatform
k
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
My initial impression was the opposite. It seemed faster for me. But I didn't measure it.
k
The only other change that I made is bumped compose-jb to 1.4.0, unsure if it’s relevant
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
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
k
Yeah, that’s what I’ve been thinking too