Shade kotlinx.coroutines in embeddable artefacts
fixes #KT-22196
This commit is contained in:
@@ -18,7 +18,8 @@ val packagesToRelocate =
|
|||||||
"org.picocontainer",
|
"org.picocontainer",
|
||||||
"org.jline",
|
"org.jline",
|
||||||
"gnu",
|
"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
|
// 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
|
// on the runtime and use some shaded dependencies from the compiler
|
||||||
|
|||||||
Reference in New Issue
Block a user