Kotlin / kotlinx-datetime

KotlinX multiplatform date/time library
Apache License 2.0
2.39k stars 99 forks source link

Update Kotlin version #355

Closed IsakTheHacker closed 7 months ago

IsakTheHacker commented 7 months ago

Please update the Kotlin version to 1.9.22 for the next release candidate

dkhalanskyjb commented 7 months ago

Please explain why. If kotlinx-datetime doesn't work on 1.9.22 because we used the older compiler version, there's a problem that we need to solve.

IsakTheHacker commented 7 months ago

Oh no issues as far as I know, just thought it would be a good idea since 1.9.22 is the newest

dkhalanskyjb commented 7 months ago

We typically don't upgrade to things just because they're the newest. If there are some objective reasons to upgrade (to fix a compilation bug, or to remove an OptIn from the API that became stable, or to access some new functionality, and so on), then we do it.