kotlinx datetime library is stable? could i use this library in my project not using java.datetime library?
๐ 6
i
ilya.gorbunov
08/02/2023, 12:56 AM
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
์ค๋ํ
08/02/2023, 1:00 AM
Since kotlinx datetimeโs GitHub badge is alpha, I was curious to see if this library was stable. Thanks for your answer