-
### What package does this bug report belong to?
video_player
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Depen…
-
This will involve determining how to get semantic modifiers working on RustLayout.
-
### Description
A LazyColumn with items with offsets applied via graphics modifiers, breaks the RNG somehow.
Notice the truncation of the top of the chips and known on effect of uneven gaps.
…
-
viewModifiers generally don't work in a Robolectric Androidx test environment. There is some issue with the ID resources that we are using to save/restore view state
-
Hi guys, as you can see I have been working on a single module project structure.
Here is the PR: https://github.com/android10/Android-CleanArchitecture/pull/103
I'm not saying that I will land it b…
-
https://github.com/google/horologist/actions/runs/6844935081/job/18609435240?pr=1805
```
> Task :composables:testDebugUnitTest
com.google.android.horologist.composables.DatePickerA11yTest > int…
-
- [ ] Add unit tests to the Android application to sanity check
- [ ] Add code coverage reporting
Related: #2310
-
```sh
$ PUBLISH_PREINSTRUMENTED_JARS=true ./gradlew :preinstrumented:publishToMavenLocal
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy UP-TO-DATE
> Task :buildSrc:processRe…
-
#### Goal
We're trying to update our app to use JDK 11 in order to take advantage of new tooling. (Many libraries are starting to think about requiring this, and we don't want to end up stuck)
#### A…
-
I'm using kotest version 5.0.1
When I tried to use kotest-robolectric-extension then I've got an error `java.lang.IllegalStateException: No instrumentation registered! Must run under a registering …