Hi, I have a following problem.
Env
Java8
Gradle 3.1
Project with Java and Kotlin files mixed in the src/main/java folders
(I do not use /kotlin to avoid doubling package trees, this is a mainly Java project to which I'm gradually adding Kotlin).
The project builds and runs okay.
Problem
is with IntelliJ which recognizes, highlights, etc. the Kotlin files but is not able to find Kotlin classes via Find Class dialog (
Ctrl+N
)
File Name based search (
Ctrl+Shift+N
) works.