Skip to content

Commit

Permalink
chore(engine): drop context receivers (deprecated in Kotlin)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Sep 2, 2024
1 parent 1d4ac63 commit 44ff938
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions alchemist-engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,3 @@ publishing.publications {
}
}
}

tasks.compileTestKotlin.configure {
compilerOptions {
freeCompilerArgs.add("-Xcontext-receivers")
}
}

0 comments on commit 44ff938

Please sign in to comment.