ryanw-mobile / OctoMeter

🔥Kotlin Multiplatform Desktop/Android/iOS Energy Tracker app
Other
78 stars 7 forks source link

NullPointerException when unit testing functions using Multiplatform Resources #257

Open ryanw-mobile opened 3 days ago

ryanw-mobile commented 3 days ago

:composeApp:testReleaseUnitTest

We have moved BarChartDataTest from commonMain to DesktopMain for now.

It might be related to a known issue accessing Multiplatform Resources from Android.

Low priority for now until we hit other Android compatibility issues.