File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,8 @@ dependencies {
236
236
fatJarContents(commonDependency(" org.lz4:lz4-java" )) { isTransitive = false }
237
237
fatJarContents(commonDependency(" org.jetbrains.intellij.deps:asm-all" )) { isTransitive = false }
238
238
fatJarContents(commonDependency(" com.google.guava:guava" )) { isTransitive = false }
239
- fatJarContents(commonDependency(" com.google.code.gson:gson" )) { isTransitive = false }
239
+ // Gson is needed for kotlin-build-statistics. Build statistics could be enabled for JPS and Gradle builds. Gson will come from inteliij or KGP.
240
+ proguardLibraries(commonDependency(" com.google.code.gson:gson" )) { isTransitive = false }
240
241
241
242
fatJarContentsStripServices(commonDependency(" com.fasterxml:aalto-xml" )) { isTransitive = false }
242
243
fatJarContents(commonDependency(" org.codehaus.woodstox:stax2-api" )) { isTransitive = false }
You can’t perform that action at this time.
0 commit comments