From e00660a78905d38c7a12734e251f3cc172c007ac Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 24 Feb 2021 18:58:08 +0100 Subject: [PATCH] Extract control flow analysis to separate module --- 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 af88a956fbc..65a17067c16 100644 --- a/kotlin-native/build.gradle +++ b/kotlin-native/build.gradle @@ -341,7 +341,7 @@ task detectJarCollision(type: CollisionDetector) { "metadata.jvm", "descriptors", "descriptors.jvm", "descriptors.runtime", "deserialization", "util.runtime", "compiler.common", "type-system", "cones", "resolve", "tree", "psi2fir", "fir2ir", "java", "kotlin-build-common", "lightTree", - "jvm", "checkers", "raw-fir.common", "light-tree2fir", + "jvm", "checkers", "raw-fir.common", "light-tree2fir", "cfg", "fir-serialization", "fir-deserialization", "entrypoint", "wasm.ir"]) } }