Róbert Papp
Róbert Papp
AGP will require JDK 17, which means that `gradlew` (JAVA_HOME and AS Settings) has to use JDK 17 (note, AS itself doesn't!), but Gradle added beautiful toolchain support (and even...
> instead of all the JavaCompile tasks will help? Yeah, that works as a more specific workaround, it it's still a workaround. I would want to know all the classfile...
@Burtan There's a PR to make the new one the default: https://github.com/cashapp/paparazzi/pull/985
@jrodbx Is this a duplicate of https://github.com/cashapp/paparazzi/issues/313? Do the fixes solve all the problems in https://github.com/cashapp/paparazzi/issues/313?
Isn't testing a widget (`View` with specific w/h) the same as testing a composable `Button`? It doesn't need device frame NOR status bar AND it doesn't need the whole screen...
Yeah, looks good https://github.com/cashapp/paparazzi/commit/6ac32b5df8d882138197c279326c8a74c2dd3936#diff-8b212f2f8baaecb5c5bd00ebfa2d19cc24cb7816910e3f40ad07820807efd34fR382 fixed it. The hard-coded 1000 is still a weird thing, but that's a different issue.
You can put a "Fixed by https://github.com/cashapp/paparazzi/pull/497" on this issue.
@aaalaniz, @tevjef created a PR: #679
> Could we still rely on the ASM/bytecode-based approach? Since all `build.gradle(.kts)` files get compiled to .class file before they're executed on the JVM. These classes extend `ProjectScript` and are...
As far as I saw, it's only exposed as an internal classloader (it's not a named dependency in a configuration, imagine being able to do `buildscript { deps { exclude(build.gradle)...