Skip to content

Commit

Permalink
Remove unused -Xcontext-receivers in buildSrc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Sep 12, 2024
1 parent 3dd43e1 commit 86ddabb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ repositories {
kotlin {
compilerOptions {
allWarningsAsErrors = true
freeCompilerArgs.add("-Xcontext-receivers")
}
}

Expand Down

0 comments on commit 86ddabb

Please sign in to comment.