Fix kotlin resources iml path

This commit is contained in:
Nikita Bobko
2021-06-17 16:21:05 +02:00
parent 306f8b7358
commit 8b3c6489da
+2 -2
View File
@@ -405,8 +405,8 @@ if (attachedIntellijVersion != null) {
if (attachedIntellijVersion > "202") {
kotlinIde "kotlin.fir-all-tests/kotlin.fir-all-tests.iml"
kotlinIde "kotlin.resources-descriptors.iml"
kotlinIde "kotlin.resources-fir.iml"
kotlinIde "resources-fe10/kotlin.resources-fe10.iml"
kotlinIde "resources-fir/kotlin.resources-fir.iml"
}
if (!buildProperties.getBoolean("disableKotlinPluginModules", false) && attachedIntellijVersion == null) {