trying to bump to Kotlin 2.2.20. migrating Kotlinx...
# multiplatform
c
trying to bump to Kotlin 2.2.20. migrating Kotlinx.datetime.Instant to Kotlin.time.instant. seems to work just fine, but when compiling I get a
Copy code
This declaration is only available in Kotlin 2.1 and newer versions and cannot be used with the specified API version 2.0.
on every reference of Instant?