Fix kotlin resources iml path
This commit is contained in:
+2
-2
@@ -405,8 +405,8 @@ if (attachedIntellijVersion != null) {
|
|||||||
|
|
||||||
if (attachedIntellijVersion > "202") {
|
if (attachedIntellijVersion > "202") {
|
||||||
kotlinIde "kotlin.fir-all-tests/kotlin.fir-all-tests.iml"
|
kotlinIde "kotlin.fir-all-tests/kotlin.fir-all-tests.iml"
|
||||||
kotlinIde "kotlin.resources-descriptors.iml"
|
kotlinIde "resources-fe10/kotlin.resources-fe10.iml"
|
||||||
kotlinIde "kotlin.resources-fir.iml"
|
kotlinIde "resources-fir/kotlin.resources-fir.iml"
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!buildProperties.getBoolean("disableKotlinPluginModules", false) && attachedIntellijVersion == null) {
|
if (!buildProperties.getBoolean("disableKotlinPluginModules", false) && attachedIntellijVersion == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user