Created
September 25, 2019 15:55
-
-
Save chowaikong/4b28c6a7df8a51bafd7d5cbfad683fe1 to your computer and use it in GitHub Desktop.
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
allprojects { project -> | |
project.plugins.withType(com.android.build.gradle.LibraryPlugin) { plugin -> | |
project.android.libraryVariants.all { variant -> | |
// TODO replace with https://issuetracker.google.com/issues/72050365 once released. | |
variant.generateBuildConfigProvider.configure { task -> | |
task.enabled = false | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment