Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 3, 2023
1 parent 8d38c9d commit 45bbab7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions moshi-ir/moshi-compiler-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ plugins {

tasks.withType<KotlinCompile>().configureEach {
compilerOptions {
freeCompilerArgs.addAll(
"-opt-in=org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi"
)
freeCompilerArgs.addAll("-opt-in=org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi")
}
}

Expand Down

0 comments on commit 45bbab7

Please sign in to comment.