Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored Nov 5, 2023
1 parent 09ac5b6 commit 6da6e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-libs/core/arrow-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kotlin {
}

// enables context receivers for Jvm Tests
tasks.withType<KotlinCompile>.configureEach {
tasks.withType<KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-Xexpect-actual-classes"
}

Expand Down

0 comments on commit 6da6e17

Please sign in to comment.