Last active
April 11, 2021 14:13
-
-
Save maxirosson/68643a79c71ca1efeaf19614faa71132 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
package com.dipien.gradle | |
enum class GradleProperty(val defaultValue: Any?) { | |
BYE_BYE_JETIFIER_ENABLED(false) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment