PHondogo
08/13/2026, 8:58 PMProblem found: Kotlin compiler: UNRESOLVED_IMPORT (id: kotlin:compiler:error:UNRESOLVED_IMPORT)
Kotlin compiler error
Unresolved reference 'SomeClassName'.
Location: /absolute/path/to/file.kt line 1
And Intellij Idea is not marking location as clickable link.
Is there any settings on compiler side or Idea side to make such links clickable with navigation to source of compilation error?Tanja Stojiljkovic
08/14/2026, 6:46 AMkotlinc)?tapchicoma
08/14/2026, 8:15 AMPHondogo
09/12/2026, 5:39 PMProblem found: Kotlin compiler: NO_VALUE_FOR_PARAMETER (id: kotlin:compiler:error:NO_VALUE_FOR_PARAMETER)
Kotlin compiler error
No value passed for parameter 'x'.
Location: /home/user/project/file.kt:999