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
|
||||
fun checkUpToDate(file: VirtualFile) {
|
||||
if (isConfigurationOutOfDate(file)) {
|
||||
showNotificationForProjectImport(project)
|
||||
scriptConfigurationsNeedToBeUpdated(project)
|
||||
} else {
|
||||
hideNotificationForProjectImport(project)
|
||||
scriptConfigurationsAreUpToDate(project)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user