I get the following error when running the example...
# compose
j
I get the following error when running the example Compose UI test from https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html#writing-and-running-tests-with-compose-multiplatform
java.lang.NullPointerException: FINGERPRINT must not be null
As is reported here: https://github.com/JetBrains/compose-multiplatform/issues/2611 Any quick fix for this or should I ignore Android Compose UI test until this has been resolved?