The problem seems to be still there but in a bit d...
# kotlinx-datetime
n
The problem seems to be still there but in a bit different way: Given: there is a native application and a KMM library that uses
datetime
as a dependency. The app crashes on API 24 on the library execution step with the error in the OP. Adding
isCoreLibraryDesugaringEnabled = true
in
android
block of the library doesn't help, adding this line into native app crashes the app literally on each platform (not just 24). Is there something I am doing wrongly?