John Rodriguez
John Rodriguez
Hit this same issue with Gradle 8.5, it appears that: 1) there's an internal implicit configuration that creates a default libs namespace based on a default version catalog definition file...
Closing, per * DatePickerDialog issue suggestion by @geoff-powell * Iguana supported per https://github.com/cashapp/paparazzi/pull/1314
Confirmed: ``` $ javap -classpath sample/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debugUnitTest/R.jar app.cash.paparazzi.sample.R\$styleable public final class app.cash.paparazzi.sample.R$styleable { public static int[] MyButton; public static int MyButton_android_background; public static int MyButton_android_background; public static {}; } ``` ```...
Ok, closing this as resolved per the previous comment. Please file another issue (and ideally reference this one) if this has not been fixed!
Looks like Geoff did: https://github.com/cashapp/paparazzi/issues/481#issuecomment-1385769818
I'll follow up with a PR to migrate the test as a plugin test, but this is great. thanks!
Partially fixed in https://issuetracker.google.com/issues/266681481 and https://issuetracker.google.com/issues/262773698. Still remaining on https://issuetracker.google.com/issues/288441176.
This was fixed in the bump to Hedgehog. See: - https://issuetracker.google.com/issues/288441176 - https://github.com/cashapp/paparazzi/pull/1227
Fixed in #497