Skip to content

Commit

Permalink
add compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Jul 26, 2024
1 parent 674ebae commit 44f402b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions search-dsls/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ kotlin {
languageVersion = "1.9"
apiVersion = "1.9"
}

@OptIn(ExperimentalKotlinGradlePluginApi::class)
compilerOptions {
freeCompilerArgs.add("-Xexpect-actual-classes")
}
languageSettings.optIn("kotlin.RequiresOptIn")
}
}
Expand Down

0 comments on commit 44f402b

Please sign in to comment.