Bug P4
Status Update
Comments
hy...@gmail.com <hy...@gmail.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
ju...@veepee.com <ju...@veepee.com> #3
I am still regularly receiving reports about this issue, and it seems it has not been addressed in the latest 1.4.0-rc01 release.
ru...@gmail.com <ru...@gmail.com> #4
Seems like a fairly easy fix on our end. I'll see to that it is fixed in 1.5.
yu...@gmail.com <yu...@gmail.com> #6
Hp saya terlalu lemot
Description
According to
The latter case is not properly detected by lint rule if dependent initializer is located in another Gradle module.
Steps to reproduce:
1. Create initializer class in library module, don't add it to manifest.
2. Create another initializer class in application module, add it to manifest.
3. Add initializer from library as a dependency of application initializer.
4. Run lint task.