Shade kotlinx.coroutines in embeddable artefacts

fixes #KT-22196
This commit is contained in:
Ilya Chernikov
2018-01-15 14:10:24 +01:00
parent 3ed7df506b
commit c7f8312e1b
+2 -1
View File
@@ -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