Hey, DayOfWeek in Android is typealiased to java.t...
# kotlinx-datetime
s
Hey, DayOfWeek in Android is typealiased to java.time, so it require API26 or there is a built in desugaring ?
j
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.
1
s
Ah thank you, I didn't read the readme I was using the doc. Thank you