Skip to content

Commit

Permalink
disable warnings for kotlin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Jun 14, 2021
1 parent 73fef36 commit 2db0562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ kotlin {
target {
compilations.all {
kotlinOptions {
allWarningsAsErrors = true
allWarningsAsErrors = false
// freeCompilerArgs = listOf("-XXLanguage:+InlineClasses", "-Xopt-in=kotlin.RequiresOptIn")
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
Expand Down

0 comments on commit 2db0562

Please sign in to comment.