hey, after bumping my spring-boot project to kotlin version 1.5.0-M1 i am getting errors like the one shown in the screenshot. my kotlin compiler options look like
when running the app via gradle everything works fine but having intellij showing up errors all the time isn’t nice for the workflow ^^
any hint what could be the problem here?
i
Ivan Kubyshkin [JetBrains]
03/09/2021, 4:16 PM
@Christian Dräger What SDK version do you have in
Project Structure | Project Language level
?
Ivan Kubyshkin [JetBrains]
03/09/2021, 4:16 PM
Can you give a link to your project?
c
Christian Dräger
03/10/2021, 1:09 PM
unfortunately i am not able to provide a link to project but i can share the config:
Christian Dräger
03/10/2021, 1:12 PM
image.png
Christian Dräger
03/11/2021, 9:25 AM
hmm ok moving the kotlin compile task in my project roots build.gradle.kts from subprojects to allprojects fixed it for some reason. but i don’t get why.