Skip to content

Instantly share code, notes, and snippets.

@koral--
Created March 2, 2020 01:44
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 koral--/6c0f7a9ed4db29c811d249466d4b6bad to your computer and use it in GitHub Desktop.
Save koral--/6c0f7a9ed4db29c811d249466d4b6bad to your computer and use it in GitHub Desktop.
GenerateNavArgsProguardRulesTask usage
tasks {
named("preBuild").dependsOn(register("generateNavArgsProguardRules", GenerateNavArgsProguardRulesTask::class))
}
android {
defaultConfig {
consumerProguardFile(File(buildDir, NAVARGS_PROGUARD_RULES_PATH))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment