Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lotharschulz/ef8301d392867d6621cf6566d9d8fedf to your computer and use it in GitHub Desktop.
Save lotharschulz/ef8301d392867d6621cf6566d9d8fedf to your computer and use it in GitHub Desktop.
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions { languageVersion = "1.8" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment