You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.didiglobal.booster.gradle.BoosterTransformInvocation 中的 doIncrementalTransform(jarInput: JarInput) 在对增量编译的 jar 处理时删除了 jarInput,我理解删除的应该是 jar 的 output,否则升级 jar 后增量编译时会出现类冲突的问题。
com.didiglobal.booster.gradle.BoosterTransformInvocation 中的 doIncrementalTransform(jarInput: JarInput) 在对增量编译的 jar 处理时删除了 jarInput,我理解删除的应该是 jar 的 output,否则升级 jar 后增量编译时会出现类冲突的问题。
预期将 jarInput.status == REMOVED 的处理从
jarInput.file.delete()
修改为
The text was updated successfully, but these errors were encountered: