Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created March 12, 2024 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/f70b51e3a1956ee51209644574208cd5 to your computer and use it in GitHub Desktop.
Save skydoves/f70b51e3a1956ee51209644574208cd5 to your computer and use it in GitHub Desktop.
strong_skipping_mode
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