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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: