Make embedding javaslang into compiler intransitive, as it was before gradle
fixes KT-21537 (cherry picked from commit cc5c1d5)
This commit is contained in:
@@ -68,7 +68,7 @@ dependencies {
|
|||||||
fatJarContents(commonDep("org.fusesource.jansi", "jansi"))
|
fatJarContents(commonDep("org.fusesource.jansi", "jansi"))
|
||||||
fatJarContents(protobufFull())
|
fatJarContents(protobufFull())
|
||||||
fatJarContents(commonDep("com.google.code.findbugs", "jsr305"))
|
fatJarContents(commonDep("com.google.code.findbugs", "jsr305"))
|
||||||
fatJarContents(commonDep("io.javaslang", "javaslang"))
|
fatJarContents(commonDep("io.javaslang", "javaslang")) { isTransitive = false }
|
||||||
fatJarContents(preloadedDeps("kotlinx-coroutines-core"))
|
fatJarContents(preloadedDeps("kotlinx-coroutines-core"))
|
||||||
|
|
||||||
proguardLibraryJars(files(firstFromJavaHomeThatExists("lib/rt.jar", "../Classes/classes.jar"),
|
proguardLibraryJars(files(firstFromJavaHomeThatExists("lib/rt.jar", "../Classes/classes.jar"),
|
||||||
|
|||||||
Reference in New Issue
Block a user