I have a lottie animation that works on iOS and JVM, but fails on Android:
`e: file
///Users/jq/dev/wally/src/src/commonMain/kotlin/ui/HomeScreen.kt614:32 Type mismatch: inferred type is NativeCanvas /* = android.graphics.Canvas */ but org.jetbrains.skia.Canvas was expected``
Any idea how to fix this?
The diff is here:
https://gitlab.com/wallywallet/android/-/merge_requests/85/diffs