Skip to content

Instantly share code, notes, and snippets.

@khahani
Created September 17, 2023 16:50
Show Gist options
  • Select an option

  • Save khahani/96742ce8c3395065b9d8cce72fbef14d to your computer and use it in GitHub Desktop.

Select an option

Save khahani/96742ce8c3395065b9d8cce72fbef14d to your computer and use it in GitHub Desktop.
Update Kotlin version
subprojects {
tasks.withType(KotlinCompile).configureEach {
kotlinOptions {
languageVersion = "1.9"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment