diff --git a/build.gradle.kts b/build.gradle.kts index 2a17062ee..c71749d29 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,4 +27,10 @@ allprojects { // outputs the compiler version to logs so we can check whether the train configuration applied kotlinOptions.freeCompilerArgs += "-version" } + tasks.withType().configureEach { + compilerOptions { freeCompilerArgs.add("-Xpartial-linkage-loglevel=ERROR") } + } + tasks.withType().configureEach { + compilerOptions { freeCompilerArgs.add("-Xpartial-linkage-loglevel=ERROR") } + } }