paparazzi
paparazzi copied to clipboard
Support dynamic-library modules
plugin: com.android.dynamic-feature
Currently, you get a similar issue to trying to reference resources from an application module, presumably because the resources are encoded in some binary format that Paparazzi cannot read.
This results in null
being returned when trying to inflate a view, and a Kotlin error that reads roughly like "null cannot be cast to non-null type V"
Likely overlap with issue https://github.com/cashapp/paparazzi/issues/107