We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab807e commit ab8d5c4Copy full SHA for ab8d5c4
1 file changed
kt/build.gradle.kts
@@ -5,6 +5,7 @@ plugins {
5
// prevents the kotlin plugin being applied multiple times (once per subproject) as this is not supported. Done as suggested by the kotlin plugin
6
alias(libs.plugins.kotlin.jvm) apply false
7
id("com.utopia-rise.versioninfo")
8
+ alias(libs.plugins.gradleIntelliJPlugin) apply false
9
}
10
11
version = fullGodotKotlinJvmVersion
0 commit comments