Skip to content

Commit

Permalink
Use DSL accessor for for gradle task
Browse files Browse the repository at this point in the history
Co-authored-by: Zac Sweers <pandanomic@gmail.com>
  • Loading branch information
beigirad and ZacSweers authored Apr 15, 2024
1 parent d7a0aeb commit 3149b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moshi-adapters-kotlinx-immutable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
alias(libs.plugins.mavenPublish)
}

tasks.named<KotlinCompile>("compileTestKotlin") {
compileTestKotlin {
compilerOptions { freeCompilerArgs.add("-opt-in=kotlin.ExperimentalStdlibApi") }
}

Expand Down

0 comments on commit 3149b54

Please sign in to comment.