When I have a non-empty `module-info.java` in a pr...
# gradle
m
When I have a non-empty
module-info.java
in a project (a simple Java project using the
java-library
plugin), IntelliJ gets super mad about basically everything in
build.gradle.kts
. Every element is red with
Symbol is declared in unnamed module which is not read by this module
. Is this expected, or is there some setting I can tweak?
a