Springboot 2 + Kotlin + Gradle + SpringDevtools doesn't compile?
Answered
I tried to create a new project in Intellij with gradle, Java11 as default SDK using the spring intializr. In the initialzr step I chose Kotlin and Java11 Jar for packaging. For dependencies I chose JPA, MySQL, Spring Security, and Spring Devtools. However once I open the project Gradle fails at configuring and throws errors regarding the build.gradle.kts file.
If I use the spring intialzr website I have zero problems... What's going?
Please sign in to leave a comment.
Please provide a project example