Skip to content

Instantly share code, notes, and snippets.

@maxirosson
Last active April 11, 2021 14:13
Show Gist options
  • Save maxirosson/68643a79c71ca1efeaf19614faa71132 to your computer and use it in GitHub Desktop.
Save maxirosson/68643a79c71ca1efeaf19614faa71132 to your computer and use it in GitHub Desktop.
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