We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a7f91 commit 5e82be8Copy full SHA for 5e82be8
java/src/main/kotlin/cc/unitmesh/idea/provider/JavaBuildSystemProvider.kt
@@ -77,10 +77,8 @@ open class JavaBuildSystemProvider : BuildSystemProvider() {
77
}
78
79
80
- /// collect Gradle dependencies
81
ModuleUtilCore.findModuleForFile(psiFile)?.also {
82
-// val moduleData = CachedModuleDataFinder.findMainModuleData(it)
83
- val moduleData = CachedModuleDataFinder.findMainModuleData(project, it.moduleFilePath)
+ val moduleData = CachedModuleDataFinder.findModuleData(it)
84
val libDepData = ExternalSystemApiUtil.findAllRecursively<LibraryDependencyData?>(
85
moduleData,
86
ProjectKeys.LIBRARY_DEPENDENCY
0 commit comments