Júlio Cesar Bueno Cotta
Júlio Cesar Bueno Cotta
We found this behaviour this week on our app. Is there any fix for this? @JakeWharton @swankjesse
Yeah, I am using the release method, but it took me a while to figure it out. So removing or at least deprecating that tag method seems like a good...
The IDE recognizes Dagger generated classes.... so I thought it could have something in PaperParcel. I did execute clean/build multiple times, but it's still happening. I will try the invalidate...
Yes, they are in the same folder. Yes, both use kapt.
In Android, the espresso-contrib lib updated to hamcrest 2.2 which seems to cause this problem for me. ``` kotlin java.lang.NoClassDefFoundError: Failed resolution of: Lorg/hamcrest/Matchers; at androidx.test.espresso.matcher.ViewMatchers.withId(ViewMatchers.java:1) ``` This issue https://github.com/AdevintaSpain/Barista/issues/357#issuecomment-1076357823...
To not break anything and have an easier transition, it would be better to have a new artefact and a new package, like what retrofit does. https://jakewharton.com/java-interoperability-policy-for-major-version-updates/ A new artefact...
Hey, I am using that, but maybe because I am not very good with groovy/gradle I don't see how to do it without a lot of repetition or custom code....
Could you share a sample?
I was not able to create a method, but I created a for loop ``` groovy configs { ["marketplace", "navigation", "checkout", "postsales", "userengagement"].forEach { team -> "${team}" { smartFlankGcsPath.set("${smartFlankRootPath}${team}/JUnitReport.xml") testTargets.set(project.provider...
So, is it not possible to have the `variant` configured in the `configs` block? I have a small project [here](https://github.com/BugsBunnyBR/fladle-bug-report/tree/override-variant-issue) where it does not select the right apks.