Emmanuel Boudrant
Emmanuel Boudrant
Sorry if that wasn't clear, currently I have : ``` [GoogleMaven] coordinates = [ "com.android.tools.build:gradle", "androidx.compose.compiler:compiler", ] ``` Which give me the latest version, regardless the channel (alpha, beta, stable,...)....
Actually I got a use case on a seek view where multiple subscription would make sense and not sure how to deal with it, ideally I wanted : ``` seekview.changeEvents().filter({...
I suspect an OOM in the `gradle-wrapper.jar`. When I updated to 8.2.1 I used the cmd `./gradlew wrapper --gradle-version=8.1` which also update a new `gradle-wrapper.jar`. I can't remember how old...
Btw, I just realized to solve the `fontScale` (or any attribute from the `DeviceFactor`) you can use `@TestParameter` at the test class level (see https://github.com/google/TestParameterInjector). So paparazzi might just need...
What would be great is to build a sample project where we can reproduce the issue. It is hard to find a better way without seeing the code. Is it...