Skip to content

Commit

Permalink
build: '-Xopt-in' is deprecated and will be removed in a future relea…
Browse files Browse the repository at this point in the history
…se, use -opt-in instead
  • Loading branch information
DanySK committed May 30, 2022
1 parent abbdbe5 commit 8e338a4
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 @@ -26,7 +26,7 @@ kotlin {
compilations.all {
kotlinOptions {
allWarningsAsErrors = true
freeCompilerArgs = listOf("-XXLanguage:+InlineClasses", "-Xopt-in=kotlin.RequiresOptIn")
freeCompilerArgs = listOf("-opt-in=kotlin.RequiresOptIn")
}
}
}
Expand Down

0 comments on commit 8e338a4

Please sign in to comment.