Is it possible to use spring boot with Kotlin 1.4-...
# spring
b
Is it possible to use spring boot with Kotlin 1.4-M3?
https://pastebin.com/raw/vgXicUDX This is the error I'm getting
(I have id("io.spring.dependency-management") version "1.0.9.RELEASE")
i
Try to define exact serialization artifact
👍 1
m
If you're using Gradle 5+, then I'd recommend not using dependency-management anymore. Use the built-in 'platform' dependency management that Gradle has. Much better and more intuitive. There was a great article about it, but I'm having difficulties finding it right now.
b
thanks!