Skip to content

Instantly share code, notes, and snippets.

@parthdesai1208
Created May 16, 2024 16:08
Show Gist options
  • Save parthdesai1208/987de0e6f2c1ab2cbb4c82b4dd62ca44 to your computer and use it in GitHub Desktop.
Save parthdesai1208/987de0e6f2c1ab2cbb4c82b4dd62ca44 to your computer and use it in GitHub Desktop.
Compose Performance
//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