I upgraded to the latest IntelliJ plugin this morning, but now code completion for members is broken for some types. If I type the code out myself, there is no error reported in the editor.
There are a number of errors (including stack overflows) in the Kotlin plugin being reported. I sent 1 to JetBrains already.
In Gradle I only set the JVM target to 11, and add -Xjsr305=strict
to the compiler arguments.
Does anyone else have the same problems, of is it my setup?