debop / koda-time

Joda Time and Java 8 Time Extensions for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supports only API level 26 and higher

firstthumb opened this issue · comments

For date calculation, it uses java.time.format.DateTimeFormatter class which is added with Android API Level 26 otherwise it crashes

Hi @firstthumb,
I have no experience Android API.
Do you have alternative solution?

I will separate modules (based joda-time, based java 8 times) then you can use joda-time based with early Android version

Try joda-time 2.0.0 - split Java 8 times to java-time module