Created
May 16, 2024 16:08
-
-
Save parthdesai1208/987de0e6f2c1ab2cbb4c82b4dd62ca44 to your computer and use it in GitHub Desktop.
Compose Performance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//add in build.gradle (app-level) | |
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>() { | |
compilerOptions.freeCompilerArgs.addAll( | |
"-P", | |
"plugin:androidx.compose.compiler.plugins.kotlin:experimentalStrongSkipping=true", | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment