add missing &&
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ fun getModulesWithKotlinFiles(project: Project): Collection<Module> {
|
||||
.filter { module ->
|
||||
runReadAction {
|
||||
!project.isDisposed && !module.isDisposed
|
||||
FileTypeIndex.containsFileOfType(KotlinFileType.INSTANCE, module.getModuleScope(true))
|
||||
&& FileTypeIndex.containsFileOfType(KotlinFileType.INSTANCE, module.getModuleScope(true))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user