Skip to content

Commit

Permalink
build: drop disabled kotlin compiler option allow-result-return-type
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Aug 30, 2024
1 parent a04706a commit 1f0861d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alchemist-loading/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ tasks.withType<Test> {
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
compilerOptions {
freeCompilerArgs.addAll(
"-Xallow-result-return-type",
"-opt-in=kotlin.time.ExperimentalTime",
)
}
Expand Down

0 comments on commit 1f0861d

Please sign in to comment.