Has anyone had trouble compiling a Spring + Kotlin...
# announcements
c
Has anyone had trouble compiling a Spring + Kotlin project from Maven through
mvn clean install
, but had it compile and run from a Spring Boot configuration in Intellij? It works on 1.3.72, but not on 1.4.0. My 1.4.0 pom with just the version is linked: https://gist.github.com/csturtevant/e757a961344560d00ea08823a5cec3a1
a
c
Hi Alexey, thanks for taking a look, but I had mismatched versions on my pom for the std lib and the maven plugin. Unifying the versions fixed my error.
👍 1