-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't work with Dynamic-delivery modules #11
Comments
I try to build in local fr solving, but when i set |
Thanks @audiserg. I don't personally have any experience with dynamic feature modules. Do you have a sample app that demonstrates the issue, and that we might be able to use to investigate? If so, I'd be happy to use that to try and figure out what the issue is, and whether or not we can find a simple fix. |
Hi @eschlenz. I fix issue with next strings in pipelineAopWeaverPlugin: |
@audiserg I got a few emails from you/GitHub last night, but it looks like the last comment about your fix not working was possibly deleted. Did your solution work for you? If so, we can talk about next steps to incorporate it into the plugin formally, and get a new release out. |
@eschlenz Yes, adding aopWeave in every build.gradle in modules and changes in my previous message help me. |
For dynamic-modules build.gradle must have:
apply plugin: 'com.android.dynamic-feature
Try to build:
Caused by: org.gradle.api.GradleException: 'com.android.application' or 'com.android.library' plugin required.
The text was updated successfully, but these errors were encountered: