json-logic-kmp icon indicating copy to clipboard operation
json-logic-kmp copied to clipboard

Update to Kotlin 2.0 and remove dependency on org.jetbrains.kotlinx:kotlinx-datetime

Open ansman opened this issue 3 months ago • 0 comments

The org.jetbrains.kotlinx:kotlinx-datetime dependency is unstable and by depending on this, you are forcing consumers of this library to match the version used. Kotlin 2 shipped with a built in Instant so you don't need to depend on kotlinx datetime

ansman avatar Nov 23 '25 21:11 ansman