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
When running an app in Android API level 24 (JVM 8). The following exception is thrown when trying this code:
TimeZone.currentSystemDefault()
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/ZoneOffset;
at kotlinx.datetime.UtcOffset.<clinit>(UtcOffsetJvm.kt:25)
at kotlinx.datetime.TimeZone.<clinit>(TimeZoneJvm.kt:35)
The text was updated successfully, but these errors were encountered:
When running an app in Android API level 24 (JVM 8). The following exception is thrown when trying this code:
TimeZone.currentSystemDefault()
The text was updated successfully, but these errors were encountered: