Hello, I see that in the new version 6, the change...
# kotlin-logging
k
Hello, I see that in the new version 6, the changelog says "support Kotlin >= 1.9". Does this mean that if I upgrade my project to compile with Kotlin 1.9.*, I also need to upgrade to Kotlin-logging v6? Or does it mean the reverse, i.e. that in order to upgrade to use Kotlin-logging v6, I have to upgrade my Kotlin compiler to 1.9?
j
Welll. I’m updating kotlin always to the newest (now 1.9.22), but with kotlin-logging I’m stuck on 3.0.5 and everything works very well
so probably the second assumption is correct
thank you color 1
o
v6 works only with kotlin >= 1.9 because of multiplatform changes. older versions can also work with 1.9 (any kotlin version >= 1.4) So: "in order to upgrade to use Kotlin-logging v6, I have to upgrade my Kotlin compiler to 1.9"
thank you color 1