I've just tried 2024.3 EAP and there is function s...
# compiler
t
I've just tried 2024.3 EAP and there is function signature change which results in an IDE error with
java.lang.NoSuchMethodError
. Looks like the change is in build-2.1.0-dev-7203. I guess 2024.3 EAP uses 2.1.0. The project I work on is 2.0.0, the project compiles and runs (Gradle) without any problems. Also, 2024.2.1 works without the error. Do I have to sync the Kotlin version of the project with the version the IntelliJ Kotlin plugin uses? How do the built-in plugins handle this?