Skip to content

Instantly share code, notes, and snippets.

@devrath
Created September 30, 2022 15:18
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 devrath/94eb7c79cab2a79651fe764d91351306 to your computer and use it in GitHub Desktop.
Save devrath/94eb7c79cab2a79651fe764d91351306 to your computer and use it in GitHub Desktop.
Kotlin options
kotlinOptions {
jvmTarget = '1.8'
languageVersion = '1.8'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment