Remove gson from compiler fat jar
KT-56438: Fixed
This commit is contained in:
committed by
Space Team
parent
e05cb49671
commit
6263b67643
@@ -240,7 +240,8 @@ dependencies {
|
||||
fatJarContents(commonDependency("org.lz4:lz4-java")) { isTransitive = false }
|
||||
fatJarContents(commonDependency("org.jetbrains.intellij.deps:asm-all")) { isTransitive = false }
|
||||
fatJarContents(commonDependency("com.google.guava:guava")) { isTransitive = false }
|
||||
fatJarContents(commonDependency("com.google.code.gson:gson")) { isTransitive = false}
|
||||
//Gson is needed for kotlin-build-statistics. Build statistics could be enabled for JPS and Gradle builds. Gson will come from inteliij or KGP.
|
||||
proguardLibraries(commonDependency("com.google.code.gson:gson")) { isTransitive = false}
|
||||
|
||||
fatJarContentsStripServices(commonDependency("com.fasterxml:aalto-xml")) { isTransitive = false }
|
||||
fatJarContents(commonDependency("org.codehaus.woodstox:stax2-api")) { isTransitive = false }
|
||||
|
||||
Reference in New Issue
Block a user