-
Notifications
You must be signed in to change notification settings - Fork 207
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
Error in MoxyReflector class in project with several modules #220
Comments
Just downgraded to 1.5.3 and all is OK 1.5.5 has this bug |
I hope this bug will be fixed in the next version? |
I hope this too |
Well, in my case i have the following module structure for the ui layer:
App depends on all the ui submodules. I've put the @RegisterMoxyReflectorPackages there, and those kapt arguments in build.gradle files of the ui submodules. I am facing the very same issue described in the topic. Retreating back to moxy 1.5.3 worked (@btow thank you very much for this idea). |
@ekursakov could you help please? This problem doesn't flaky at 1.5.3. |
Having the same problem with 1.5.5. Downgrading to 1.5.3 leads to duplicate ...View$$State classes. |
@senneco Hi, |
@senneco @ekursakov Looks like it was fixed in #232. Any plans to confirm this and make a new release? |
The kotlin-project has the following structure:
Library 3 is available from the Library 2, and Library 2 from Library 1. Library 1 must be available from both applications. For this, I added the following instruction to the "defaultConfig { }" section of the "build.gradle " file from Libraries 1:
"@RegisterMoxyReflectorPackages("top.inttech.app.employment_service")" annotation is added to the App class of application.
When you try to build the file, you receive an error message:
How can I avoid this error?
The text was updated successfully, but these errors were encountered: