On recent version (IntelliJ IDEA 2024.2.1 (Ultimat...
# intellij
d
On recent version (IntelliJ IDEA 2024.2.1 (Ultimate Edition)) I'm experiencing strange built-in compiler behaviour, e.g. • Kotlin: Conflicting declarations • Kotlin: Overload resolution ambiguity between candidates Both are false negatives as there is actually no problem in the code and building it manually (via mvn compile) works without issues. Going through the "Repair IDE" doesn't work. The only reliable thing is to delete the project completely from IDEA and start again which is quite annoying. I wonder if others also experience similar issues.
195 Views