Skip to content

Instantly share code, notes, and snippets.

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 IvanShafran/0e06bba75477bf1c57b7afcb808f564b to your computer and use it in GitHub Desktop.
Save IvanShafran/0e06bba75477bf1c57b7afcb808f564b to your computer and use it in GitHub Desktop.
Kotlin compiler flags: apiVersion and languageVersion
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
apiVersion = "1.2"
languageVersion = "1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment