From c7f8312e1bcb5a361e5683f5ee758f61e3d1746f Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Mon, 15 Jan 2018 14:10:24 +0100 Subject: [PATCH] Shade kotlinx.coroutines in embeddable artefacts fixes #KT-22196 --- buildSrc/src/main/kotlin/embeddable.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/embeddable.kt b/buildSrc/src/main/kotlin/embeddable.kt index e2e5a684833..cf2dfbeb7b2 100644 --- a/buildSrc/src/main/kotlin/embeddable.kt +++ b/buildSrc/src/main/kotlin/embeddable.kt @@ -18,7 +18,8 @@ val packagesToRelocate = "org.picocontainer", "org.jline", "gnu", - "org.fusesource") + "org.fusesource", + "kotlinx.coroutines") // The shaded compiler "dummy" is used to rewrite dependencies in projects that are used with the embeddable compiler // on the runtime and use some shaded dependencies from the compiler