[K/JS Gradle] Remove forceLegacyBackendUsage from KotlinGradlePlugin previously added with the compiler flags refactoring, also fix bootstrap compilation of atomicfu plugin

This commit is contained in:
Artem Kobzar
2023-04-12 14:04:34 +00:00
committed by Space Team
parent 592baee852
commit f0aa6c6d32
5 changed files with 14 additions and 4 deletions
@@ -37,3 +37,7 @@ publishing {
}
}
}
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinJsCompile> {
kotlinOptions.freeCompilerArgs += "-Xforce-deprecated-legacy-compiler-usage"
}