Add net.jpountz and one.util.streamex to the list of shadowed packages

should fix problem with using REPL infrastructure with Apache Zeppelin
This commit is contained in:
Ilya Chernikov
2019-07-24 11:27:04 +02:00
parent cefd4a35c5
commit ef23033936
+3 -1
View File
@@ -19,7 +19,9 @@ val packagesToRelocate =
"org.picocontainer",
"org.jline",
"org.fusesource",
"kotlinx.coroutines")
"kotlinx.coroutines",
"net.jpountz",
"one.util.streamex")
// 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