I'm using kotlinx-datetime in a KMP project. Does ...
# multiplatform
c
I'm using kotlinx-datetime in a KMP project. Does anyone have a cheat-sheet of typical conversions from
Date
in swift to various kotlinx date types? This is just for the first hop from the native dates created by my ui components like swiftUI date & time pickers
c
thanks - getting into Instant first then doing everything else with kotlinx-datetime makes most sense 👍