Marcel Schnelle
Marcel Schnelle
The value passed to `onClickButton(int)` mirrors the general `DialogInterface.OnClickListener` you would use for other dialogs. Rather than hardcoding the values, you should refer to [the constants in that class](https://developer.android.com/reference/android/content/DialogInterface.html#BUTTON_NEGATIVE) instead.
Thank you for the initial investigation! Raised as https://issuetracker.google.com/issues/210899127
FWIW I was trying to help out here and look into a potential migration to KSP as an external contribution, but frankly I was unable to get Realm compiled on...
The Realm Kotlin SDK exists now. Is it safe to assume that KSP wouldn't be added for the older Java SDK, esp. since the new one seems to be built...
After updating to Google services plugin 4.3.13, I made a handful of test compilations and I don't think this happens anymore. The release notes for 4.3.12 point to "improved compatibility...
This problem seems unrelated to the one you linked - the Exception type is the only similarity here. Looks like the Docker image has a problem with `java.awt` classes? Assuming...
There already is a sample project in the `android-junit5` repository, however it would be great to have one in the proper JUnit 5 space, too. I'll consider it for future...
I have some experience with writing custom Truth code, so I could definitely work on this. My question however is, what would the API surface of this look like? As...
@JorgeCastilloPrz, allow me to weave you into this convo since the request came from your end. What would be requirements for a Truth integration with regards to the block above...
Thanks for the suggestion @cmelchior, I wasn't aware that the full extent of the Gradle plugin could be so easily unwrapped. Skipping the Gradle plugin in favor of a manual...