kotlinx datetime library is stable? could i use this library in my project not using java.datetime l...
u
kotlinx datetime library is stable? could i use this library in my project not using java.datetime library?
๐Ÿ‘Œ 6
i
That depends on what do you mean by "stable": โ€ข on one hand, the API surface design is not completed, so you can expect changes in the API between versions, including non-backwards-compatible ones โ€ข on the other hand, the library is used in many projects and the number of reported bugs is low
๐Ÿ‘ 2
u
Since kotlinx datetimeโ€™s GitHub badge is alpha, I was curious to see if this library was stable. Thanks for your answer