Usage of Java's LocalTime
instead of Kotlinx's
#587
Labels
Milestone
LocalTime
instead of Kotlinx's
#587
Uh oh!
There was an error while loading. Please reload this page.
Convert
toLocalTime
uses Java'sLocalTime
instead of Kotlinx's.We should use
kotlinx.datetime.LocalTime
instead ofjava.time.LocalTime
if we ever want to go multiplatform and just for general consistency.parse
uses even morejava.time
versions:LocalDate
,LocalDateTime
,LocalTime
,as well as
java.time.format.DateTimeFormatter
, but I'm not sure if that can be replaced.The text was updated successfully, but these errors were encountered: