How can i find all Kotlin files with package name ...
# intellij
p
How can i find all Kotlin files with package name doesn't matched file path in Intellij project?
m
Analyze -> Inspect code -> Run it and then look at in the results: Kotlin -> Java interop issues -> Package name does not match containing directory
p
Thanks!