Skip to content

Instantly share code, notes, and snippets.

@gpeal
Created January 17, 2021 07:20
Show Gist options
  • Save gpeal/7fda3a95abbd62cbea002da130111a0e to your computer and use it in GitHub Desktop.
Save gpeal/7fda3a95abbd62cbea002da130111a0e to your computer and use it in GitHub Desktop.
allprojects {
gradle.projectsEvaluated {
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions {
allWarningsAsErrors = true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment