Hey, DayOfWeek in Android is typealiased to java.time, so it require API26 or there is a built in desugaring ?
j
jessel
05/26/2025, 9:40 AM
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
Smoothie
05/26/2025, 9:48 AM
Ah thank you, I didn't read the readme I was using the doc. Thank you