Slackbot
11/16/2023, 2:17 PMJendrik Johannes
11/16/2023, 2:18 PMVampire
11/16/2023, 2:21 PMbuild/generated/... IntelliJ does still mark the modules correctly.Vampire
11/16/2023, 2:34 PMsourceSets.main {
java.setSrcDirs(listOf(layout.buildDirectory.dir("bar"), layout.projectDirectory.dir("src/main_foo/java")))
resources.setSrcDirs(listOf(layout.projectDirectory.dir("src/main_foo/resources")))
}
then you get content roots .../build/bar and .../src/main_foo with in the tree displayed as main_foo [main] and bar [main].Vampire
11/16/2023, 2:34 PMJendrik Johannes
11/16/2023, 4:21 PM