John Rodriguez
John Rodriguez
Remember that AGP, sdk-common, layoutlib-api, etc. are correlated. Also, this is quite a large bump. Is there a reason to bump this now, i.e., is this blocking anything? Otherwise, I...
> @jrodbx this is the release I am waiting for 2 weeks now :). On it! Will finish this up this week.
Quick status update: still actively on this, in the weeds of Choreographer and animations, taking notes to share knowledge to hopefully make future migrations easier.
> @BrianGardnerAtl the context is that the strict dependency that paparazzi places on AGP and Kotlin makes upgrading any of the three rather difficult because you have to do them...
Paparazzi currently doesn't support Junit 5. We're working on potentially supporting that after https://github.com/cashapp/paparazzi/issues/282 lands, which is slated for the 1.4 release.
Also, seeing this with plugin 2.0.2 + Ladybug Feature Drop | 2024.2.2 Patch 2
@alashow thanks for reopening. without a repro, this remains a challenge to solve. Also, how certain are you that the two variants are related, i.e., the same bug? @JeremiahStephenson re:...
The key part of this (and any stack trace) is the last cause of the chain, i.e., ``` Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: 'boolean android.util.Log.isLoggable(java.lang.String, int)' [in thread "Test worker"]...
So, I didn't intend to merge this yet, because there were some differences I was unsure about in the ProgressIndicator and the semantic descriptions in this diff (the last image):...
@Tinder-FroWarner Is the view located in the main source set or in a test source set? If the latter, you likely need to add a "testKapt" or "kspTest" configuration. If...