I'm writing a cross-platform (jvm + native) librar...
# announcements
s
I'm writing a cross-platform (jvm + native) library, a Kotlin date/time library or feature set would help immensely.
m
So something like they've done with random. An interface and then delegates to each platforms library. Although that would be tougher for date/time but I can definitely see the value for cross platform.
s
Yeah, something like that. It would be a huge boon for multiplatform, at least in my use case.