In 2.2.2 release of Spring Boot, Kotlin was update...
# spring
r
In 2.2.2 release of Spring Boot, Kotlin was updated to 1.3.60, but coroutines version was not updated to 1.3.2-1.3.60. Is this a mistake or intentional?
e
It does not matter on JVM. It only matters if you are using Kotlin/Native
r
I'v got issues on Kotlin/JS as well
e
For Kotlin/JS, too. None of them are related to Spring, tho.
r
Its somehow related for me in a multiplatform project. This spring boot dependency results in a npm error :-)
e
You should always explicitly specify version for mpp projects. Spring will not be keeping up with updates.
r
That's what I do at the moment.