Skip to content

Instantly share code, notes, and snippets.

@maxirosson
Last active April 21, 2021 14:10
Show Gist options
  • Save maxirosson/123fc3d6cf60306b2504b20989db9e7a to your computer and use it in GitHub Desktop.
Save maxirosson/123fc3d6cf60306b2504b20989db9e7a to your computer and use it in GitHub Desktop.
buildscript {
dependencies {
classpath("com.dipien:bye-bye-jetifier:1.1.2")
}
}
ext {
propertyResolver = new PropertyResolver(project)
}
if (propertyResolver.getBooleanProp(GradleProperty.BYE_BYE_JETIFIER_ENABLED)) {
apply plugin: "com.dipien.byebyejetifier"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment