Skip to content

Instantly share code, notes, and snippets.

@apksherlock
Created December 16, 2019 08:36
Show Gist options
  • Save apksherlock/3b50c7f6ead97542603d129850df01ee to your computer and use it in GitHub Desktop.
Save apksherlock/3b50c7f6ead97542603d129850df01ee to your computer and use it in GitHub Desktop.
tasks {
withType<KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment