Skip to content

Instantly share code, notes, and snippets.

@trinhlbk1991
Created May 28, 2021 04:04
Show Gist options
  • Select an option

  • Save trinhlbk1991/471edb1eeac99e84a394989f8a1a99dc to your computer and use it in GitHub Desktop.

Select an option

Save trinhlbk1991/471edb1eeac99e84a394989f8a1a99dc to your computer and use it in GitHub Desktop.
Blog Hilt enable java 8
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment