Matt Thompson
Matt Thompson
Not sure if the Compose `SwipeRefresh` uses `SwipeRefreshLayout` under the hood, but I recall reading this SO post about it relying on animations that don't actually run in robolectric: https://stackoverflow.com/questions/55517269/android-espresso-testing-swiperefreshlayout-onrefresh-not-been-triggered-on-swip
EDIT: I realized that 12.1.0 was released after this issue, so I guess I have a separate issue. For me, the exclude filter stopped working in 12.1.0 but works if...
This unfortunately means that this plugin is now incompatible with the latest stable android gradle plugin (8.7) which requires a minimum gradle version of 8.9.
@alixwar that project might not use `productFlavors` — I didn't notice any on a cursory glance at their build.gradle files
sdk = 28 workaround no longer works as of compose v1.8. our minSdk is 28 and other things break if we try to go below that... perhaps I'll look into...
okay based on the idea of [overriding the shape](https://github.com/robolectric/robolectric/issues/9595#issuecomment-2537378666) I have a workaround that might be easier/won't disrupt production code. override the `extraLarge` shape on the theme level to not...