https://kotlinlang.org logo
#compose
Title
# compose
s

Sergey B

11/08/2023, 10:58 AM
hey all. How can I enable strong skipping mode?
s

shikasd

11/08/2023, 11:18 AM
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

Sergey B

11/08/2023, 11:21 AM
thank you. Yeap, I understand this, just want to test it and give some feedback if there any issues
37 Views