Created
March 2, 2020 01:44
-
-
Save koral--/6c0f7a9ed4db29c811d249466d4b6bad to your computer and use it in GitHub Desktop.
GenerateNavArgsProguardRulesTask usage
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
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