Closed samhill303 closed 3 years ago
I think that desugaring for java 8 language features needs to be enabled.
https://github.com/Kotlin/kotlinx-datetime/issues/54 https://developer.android.com/studio/write/java8-support#library-desugaring
Yeah that'll be it. Should have checked it when we merged the kotlinx-datetime stuff
From the README:
If you target Android devices running below API 26, you need to use Android Gradle plugin 4.0 or newer and enable core library desugaring.
App wont open due to the following crash on Pixel 3 API 21 emulator due to the following crash. Possible kotlinx datetime doesn't support that low?