We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b0573 commit a8e441dCopy full SHA for a8e441d
src/main/groovy/com/brucesharpe/gradle/hibeaver/InjectTransform.groovy
@@ -88,7 +88,6 @@ public class InjectTransform extends Transform {
88
89
def paths = [android.bootClasspath.get(0).absolutePath/*, injectClassPath*/]
90
paths.addAll(classPaths)
91
- InjectUtil.initClassPathList(paths)
92
/**遍历输入文件*/
93
inputs.each { TransformInput input ->
94
/**
0 commit comments