I'm writing a cross-platform (jvm + native) library, a Kotlin date/time library or feature set would help immensely.
m
Mike
11/22/2018, 11:36 PM
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
serebit
11/22/2018, 11:44 PM
Yeah, something like that. It would be a huge boon for multiplatform, at least in my use case.