From c98d68fe853f410d4ce57f6d9b3638d58f44ecf1 Mon Sep 17 00:00:00 2001 From: Svyatoslav Kuzmich Date: Mon, 9 Nov 2020 13:21:03 +0300 Subject: [PATCH] Ignore wasm.ir module duplicated in kotlin compiler jar (#4505) --- kotlin-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/build.gradle b/kotlin-native/build.gradle index 556cfd25f96..5db054a5cca 100644 --- a/kotlin-native/build.gradle +++ b/kotlin-native/build.gradle @@ -335,7 +335,7 @@ task detectJarCollision(type: CollisionDetector) { "deserialization", "util.runtime", "compiler.common", "type-system", "cones", "resolve", "tree", "psi2fir", "fir2ir", "java", "kotlin-build-common", "lightTree", "jvm", "checkers", "raw-fir.common", "light-tree2fir", - "fir-serialization", "fir-deserialization", "entrypoint"]) + "fir-serialization", "fir-deserialization", "entrypoint", "wasm.ir"]) } }