Skip to content

Commit ab8d5c4

Browse files
authored
fix: add intellij gradle plugin to root project with apply false (#552)
1 parent 1ab807e commit ab8d5c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kt/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
// prevents the kotlin plugin being applied multiple times (once per subproject) as this is not supported. Done as suggested by the kotlin plugin
66
alias(libs.plugins.kotlin.jvm) apply false
77
id("com.utopia-rise.versioninfo")
8+
alias(libs.plugins.gradleIntelliJPlugin) apply false
89
}
910

1011
version = fullGodotKotlinJvmVersion

0 commit comments

Comments
 (0)