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
elizarov
12/08/2019, 11:52 AM
It does not matter on JVM. It only matters if you are using Kotlin/Native
r
Robert Jaros
12/08/2019, 11:54 AM
I'v got issues on Kotlin/JS as well
e
elizarov
12/08/2019, 11:55 AM
For Kotlin/JS, too. None of them are related to Spring, tho.
r
Robert Jaros
12/08/2019, 11:56 AM
Its somehow related for me in a multiplatform project. This spring boot dependency results in a npm error :-)
e
elizarov
12/08/2019, 11:57 AM
You should always explicitly specify version for mpp projects. Spring will not be keeping up with updates.