Hi, how are you structuring your app when doing screenshot tests with paparazzi? I understand that paparazzi has a limitation where it cannot generate tests for composables which are part of the app module, right (because
com.android.application
module resources are not accessible for it)? So, when I have a modular app, I can just create the tests for Composables in each
com.android.library
module - easy. But for simpler single-module apps, is there a sensible approach or would I have to create a setup like minimalistic