^-- When I update the sample here to use Kotlin 1....
# spring
j
^-- When I update the sample here to use Kotlin 1.2.71, it fails. Do Spring Boot and Kotlin 1.2 work together?
s
Yes, they do but why are you using Boot 2.0.0.BUILD-SNAPSHOT ?
j
I’m trying to update all deps in that old sample to show usage with current versions: - Boot to 2.0.5.RELEASE - Kotlin to 1.2.71, replace kotlin-std-lib-jre8 with jdk8 When i do this I get an error with kotlin-reflect class not found
(I should also update to show it using persistence contructors feature)
@sdeleuze
s
Yes kotlin-reflect is required, create a project from start.spring.io to see required dependencies.
j
@sdeleuze I have kotlin reflect.
create a project from start.spring.io to see required dependencies.
trying now
It was kotlin-jackson-module
thanks for your help @sdeleuze
👍 1