GradleBuildRootsManager: fix for autoload
This commit is contained in:
+2
-2
@@ -82,9 +82,9 @@ class GradleBuildRootsManager(val project: Project) : GradleBuildRootsLocator(),
|
|||||||
@Suppress("MemberVisibilityCanBePrivate") // used in GradleImportHelper.kt.193
|
@Suppress("MemberVisibilityCanBePrivate") // used in GradleImportHelper.kt.193
|
||||||
fun checkUpToDate(file: VirtualFile) {
|
fun checkUpToDate(file: VirtualFile) {
|
||||||
if (isConfigurationOutOfDate(file)) {
|
if (isConfigurationOutOfDate(file)) {
|
||||||
showNotificationForProjectImport(project)
|
scriptConfigurationsNeedToBeUpdated(project)
|
||||||
} else {
|
} else {
|
||||||
hideNotificationForProjectImport(project)
|
scriptConfigurationsAreUpToDate(project)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user