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 c93eb3e commit 42dc3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseMob.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
}

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

0 comments on commit 42dc3b9

Please sign in to comment.