Skip to content

Commit

Permalink
Put freeCompilerArgs on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Sep 19, 2024
1 parent 7161262 commit ecd680d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ksp-processors/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ plugins {

kotlin {
compilerOptions {
freeCompilerArgs.addAll(
"-Xcontext-receivers",
"-Xsuppress-warning=CONTEXT_RECEIVERS_DEPRECATED",
)
freeCompilerArgs.addAll("-Xcontext-receivers", "-Xsuppress-warning=CONTEXT_RECEIVERS_DEPRECATED")
}
}

Expand Down

0 comments on commit ecd680d

Please sign in to comment.