https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

Archie

03/01/2021, 5:02 PM
Hi Guys, would like to ask for suggestion on what library to use for Data and Time for KMM?
j

John O'Reilly

03/01/2021, 5:14 PM
a

Archie

03/01/2021, 6:35 PM
Hi @John O'Reilly, Is it ok to use this library for product? Just trying to look at the possibility of us using kotlin multiplatform full time in out apps.
j

John O'Reilly

03/01/2021, 6:36 PM
I think that's a call you're going to have to make yourself. It's still in an experimental state. I've used it a bit in one of my projects and it does what it's supposed to do.
a

Archie

03/01/2021, 7:11 PM
I guess there only on way to find out thank you very much
m

Mustafa Ozhan

03/01/2021, 8:56 PM
@Archie I use in production no issue so far on android side
r

Rob Murdock

03/02/2021, 1:39 AM
because I had this need a while ago and AFAIK kotlinx-datetime didn’t exist then, I use Klock: https://github.com/korlibs/klock Its worked out pretty well so far.
a

Archie

03/02/2021, 11:09 AM
Thank you very much for the inputs!
🤝 3