How to enable Strong Skipping mode in Jetpack Compose? Using Groovy
I’m trying to optimize the performance of my Jetpack Compose UI by enabling Strong Skipping mode. I’ve read about the benefits of this mode, but I’m unsure how to actually enable it in my project. my gradle files are in Groovy Not in kts