We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9901936 commit 3f5b6bbCopy full SHA for 3f5b6bb
src/main/kotlin/com/autonomousapps/internal/OutputPaths.kt
@@ -29,8 +29,6 @@ internal class OutputPaths(
29
val externalDependenciesPath = file("${intermediatesDir}/external-dependencies.txt")
30
val duplicateCompileClasspathPath = file("${intermediatesDir}/duplicate-classes-compile.json")
31
val duplicateCompileRuntimePath = file("${intermediatesDir}/duplicate-classes-runtime.json")
32
- // TODO(tsr): gzip
33
- // val explodedJarsPath = file("${intermediatesDir}/exploded-jars.json")
34
val explodedJarsPath = file("${intermediatesDir}/exploded-jars.json.gz")
35
val inlineUsagePath = file("${intermediatesDir}/inline-usage.json")
36
val typealiasUsagePath = file("${intermediatesDir}/typealias-usage.json")
0 commit comments