Hi, is strong skipping mode enabled by default wit...
# compose
a
Hi, is strong skipping mode enabled by default with compose 1.7.x ?
s
It relies on the compose compiler afaik, not the libraries. And if you're using the 2.x compiler I believe it's on by default yes. You can also try using the
compose {}
gradle dsl (in 2.x again) to see what the default value for it is.
a
It’s not enabled by default now (in 2.0.0), but will be enabled by default since 2.0.20. https://github.com/JetBrains/kotlin/commit/192e5565f484b399b33ed9e959793922f0aeb3d0
s
Ah, I bumped to .20 recently and I also recently saw it being enabled by default. But I didn't quite remember the order in which these two things happened 😅 Thanks for the correction.