BVantur
BVantur
We've managed to fix that with running `unMock` task before running `lint` task. So we've added `lint.dependsOn(':app:unMock')` inside app `build.gradle` file.
We solve that with our custom handling of fetching resources from the correct bundle. Whenever we tried to fetch from local data we used the moko bundle, and when we...
Yeah, sure. We have a strange behavior in our app and I am not even sure if the above issue is a valid issue that we observed, In the end,...