Cristan Meijer
Cristan Meijer
A workaround is to use [Kotlin/Kotlinx-Kover](https://github.com/Kotlin/kotlinx-kover) instead. It's name starts with a K, so you can be sure it's fully compatible with Kotlin 😁. The reports are compatible with JaCoCo,...
I use shot to test Jetpack Compose screens and I don't think I can change the layer type here. I already have the gpu mode set to swiftshader_indirect on both...
@andreroggeri Does shot support setting a tolerance? The only thing I could find is #28 and it is essentially solved as a won't fix.
That works :D The biggest difference in pixels between platforms in my tests is 1.4%, so I set the tolerance now to 2% and this fixes my tests :D
If anyone feels up to it: the font will support quite a bit more emoji when you merge [Noto Emoji](https://www.google.com/get/noto/#emoji-zsye) in it. Stuff like red and purple heart emoji are...
This was in our stacktrace: ``` W Unexpected CPU variant for X86 using defaults: x86 ActivityThread W Package uses different ABI(s) than its instrumentation: ``` Switching to a 64 bit...
The same issue occurs while mocking a LinkedHashSet.
Ok, well it's nice to know you're working on it. To be fair, I didn't get any other of the push library's to work as well. Thanks for the reply...
When somebody is fixing the documentation, I have the following issue. I'm probably stupid, but about the first line talks about MyEvents.groovy, but I don't know what that is. A...
I'll try it out, thanks for the reply.