Hi, i have problem, currently my apps have mutli module
ex:
1 App, login module, home module
i want hotfix at home module,
i follow apply autopatchplugin at build.gradle module home and try generate jar and show
Caused by: com.android.builder.errors.EvalIssueException: Transforms with scopes '[SUB_PROJECTS, EXTERNAL_LIBRARIES]' cannot be applied to library projects.
modify source class AutoPatchTransform.groovy`s method getScopes return TransformManager.PROJECT_ONLY, and if your library has other dependence,you should add the jars to classpath
Hi, i have problem, currently my apps have mutli module
ex: 1 App, login module, home module
i want hotfix at home module, i follow apply autopatchplugin at build.gradle module home and try generate jar and show
Caused by: com.android.builder.errors.EvalIssueException: Transforms with scopes '[SUB_PROJECTS, EXTERNAL_LIBRARIES]' cannot be applied to library projects.
anyone face this issue?