I am trying to run snapshot testing of a Skiko And...
# compose-android
h
I am trying to run snapshot testing of a Skiko Android app. I'm using Paparazzi and when trying to run any of the tests running snapshots it asks for a Windows Skiko runtime instead of Android. When I add a Windows x64 runtime as a testImplementation I'm getting errors about SkiaLayer for windows not having an empty constructor (like the Android one). Anyone here tried to run a similar combination?