Hi, is strong skipping mode enabled by default with compose 1.7.x ?
s
Stylianos Gakis
08/04/2024, 12:27 AM
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.
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.