kotlin_version = '1.3.11' spring_boot_version = '2...
# spring
a
kotlin_version = '1.3.11' spring_boot_version = '2.1.0.RELEASE'
s
Make sure to use the latest Boot release
2.1.2.RELEASE
, even it probably won't change your issue as answered by others.
b
Which also comes with dependency management for Kotlin, so you don’t need to specify the Kotlin version yourself. 🙂
a
thanks @sdeleuze, @breun