Add missing read action (EA-105188 - assert: FileManagerImpl.findFile)
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ abstract class KotlinMavenConfigurator
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isKotlinModule(module)) {
|
if (isKotlinModule(module)) {
|
||||||
return checkKotlinPlugin(module)
|
return runReadAction { checkKotlinPlugin(module) }
|
||||||
}
|
}
|
||||||
return ConfigureKotlinStatus.CAN_BE_CONFIGURED
|
return ConfigureKotlinStatus.CAN_BE_CONFIGURED
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user