Tune module graph dependencies building

This commit is contained in:
Mikhael Bogdanov
2021-11-08 07:06:43 +01:00
committed by Space
parent 409d36c911
commit ae81aaa7b0
2 changed files with 10 additions and 4 deletions
@@ -83,7 +83,8 @@ interface JavaModule {
class Explicit(
val moduleInfo: JavaModuleInfo,
override val moduleRoots: List<Root>,
override val moduleInfoFile: VirtualFile
override val moduleInfoFile: VirtualFile,
val isJdkModule: Boolean = false
) : JavaModule {
override val name: String
get() = moduleInfo.moduleName