Skip to content

Commit

Permalink
[Oztechan/CCC#3480] Replace kotlinOptions with compileOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed May 26, 2024
1 parent 4c505fa commit 952a548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScopeMob.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ allprojects {
}

tasks.withType<KotlinCompile> {
kotlinOptions {
compilerOptions {
allWarningsAsErrors = true
}
}
Expand Down

0 comments on commit 952a548

Please sign in to comment.