Skip to content

Commit

Permalink
fix: add intellij gradle plugin to root project with apply false (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
piiertho authored Dec 27, 2023
1 parent 1ab807e commit ab8d5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
// prevents the kotlin plugin being applied multiple times (once per subproject) as this is not supported. Done as suggested by the kotlin plugin
alias(libs.plugins.kotlin.jvm) apply false
id("com.utopia-rise.versioninfo")
alias(libs.plugins.gradleIntelliJPlugin) apply false
}

version = fullGodotKotlinJvmVersion
Expand Down

0 comments on commit ab8d5c4

Please sign in to comment.