Open LanderlYoung opened 4 years ago
the plugin can only support android applications, not android libraries.
// It's hard coded here if (project.plugins.hasPlugin(AppPlugin)) { //build time trace project.gradle.addListener(new TimeTrace()) //register AspectTransform AppExtension android = project.extensions.getByType(AppExtension) android.registerTransform(new AJXTransform(project)) }
公司项目强制要分模块,无法插入代码操蛋啊
the plugin can only support android applications, not android libraries.