You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a Parameterized Screenshot Tests, where AndroidComposablePrevieScanner or JvmAnnotationScanner are used, when calling the preview, it throws an exception.
This is probably because the :core is a kotlin library missing the compose runtime
As a workaround, one can copy :core and either :android or :jvm classes in the module where AndroidComposablePrevieScanner or JvmAnnotationScanner are supposed to be used, as well as the classgraph and reflect dependency, and that should work.
In a Parameterized Screenshot Tests, where AndroidComposablePrevieScanner or JvmAnnotationScanner are used, when calling the preview, it throws an exception.
This is probably because the :core is a kotlin library missing the compose runtime
As a workaround, one can copy :core and either :android or :jvm classes in the module where AndroidComposablePrevieScanner or JvmAnnotationScanner are supposed to be used, as well as the classgraph and reflect dependency, and that should work.
The text was updated successfully, but these errors were encountered: