Skip to content

Instantly share code, notes, and snippets.

@AlexZhukovich
Created February 6, 2020 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexZhukovich/3cdff0d19d027286c505b5d32b334ee2 to your computer and use it in GitHub Desktop.
Save AlexZhukovich/3cdff0d19d027286c505b5d32b334ee2 to your computer and use it in GitHub Desktop.
android {
...
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "1.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment