Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 0a35ce4

Browse files
committed
警告はエラーとして扱うよう修正
1 parent 8b9a3e0 commit 0a35ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ tasks.compileKotlin {
4242
dependsOn("ktlintFormat")
4343
kotlinOptions {
4444
jvmTarget = "1.8"
45+
allWarningsAsErrors = true
4546
}
4647
}
4748

0 commit comments

Comments
 (0)