[Build] Temporary exclude modules which uses serialization plugin from JPS build
KT-58111
This commit is contained in:
committed by
Space Team
parent
fe44727f97
commit
6b41c5a969
@@ -71,6 +71,14 @@ fun updateCompilerXml() {
|
||||
"libraries/tools/kotlin-gradle-plugin-idea-proto",
|
||||
"libraries/tools/kotlin-project-model-tests-generator",
|
||||
"repo/gradle-settings-conventions",
|
||||
"wasm/wasm.ir/test", // KT-58111
|
||||
"js/js.tests/test", // KT-58111
|
||||
"js/js.tests/tests-gen", // KT-58111
|
||||
"plugins/kotlinx-serialization/tests", // KT-58111
|
||||
"plugins/kotlinx-serialization/tests-gen", // KT-58111
|
||||
"plugins/atomicfu/atomicfu-compiler/test", // KT-58111
|
||||
"generators/tests/org/jetbrains/kotlin/generators/tests", // KT-58111
|
||||
"plugins/pill/generate-all-tests/test/org/jetbrains/kotlin/pill/generateAllTests", // KT-58111
|
||||
)
|
||||
|
||||
val d = '$'
|
||||
|
||||
Reference in New Issue
Block a user