Felipe Duarte

Results 23 comments of Felipe Duarte

> Have you run spotless on this branch yet? Hmm I think @gamepro65 needs to rebase, branch was created prior to the Spotless integration.

@sherviiin the `sample` module is a good starting point, you can try to create a streamlined version of your failing class so it's possible to understand why and where the...

@hardysim hey, we recently updated `layoutlib` to `2021.2.1-patch1`, could you try to run your code with the snapshot and see if it's still happening?

I was able to reproduce this issue with the following steps: 1. Created an animated vector drawable using the samples from https://developer.android.com/guide/topics/graphics/drawable-animation 2. Added `implementation 'androidx.compose.animation:animation-graphics:1.1.1'` to `sample/build.gradle` 3. On...

Two interesting notes: 1. Applying the changes from #471 solves the issue. 2. Bumping `androidx.compose.animation:animation-graphics` to `1.2.0` gives a whole different error: ```` Receiver class androidx.compose.ui.platform.AndroidUiFrameClock does not define or...

@GSala could you provide a reproducible sample so we can evaluate here?

@sdoward thanks! For me looks good, will wait on @jrodbx's feedback ;)

The changes: https://github.com/fcduarte/deckard-gradle/pull/1

I've just forced JDK 7: https://github.com/fcduarte/deckard-gradle/commit/41f524fbb19227df22dd419d3e8e1eddffa1e7b4 same error.

They use JDK 7: https://github.com/robolectric/robolectric/pull/1218 Since I don't know in which version it started to be supported I changed Robolectric on my test project to the latest version (3.0-rc3) and...