hey all. How can I enable strong skipping mode?
# compose
s
hey all. How can I enable strong skipping mode?
s
You need to provide
listOf("-P", "plugin:androidx.compose.compiler.plugins.kotlin:experimentalStrongSkipping=true")
to your
freeCompilerArgs
Note that the strong skipping mode is largely untested for now, so you might have unexpected perf impact.
thank you color 1
s
thank you. Yeap, I understand this, just want to test it and give some feedback if there any issues
183 Views