We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54ab9c commit 06dad20Copy full SHA for 06dad20
build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
// It does not support participating in precompiled script plugins
4
id("com.github.vlsi.stage-vote-release") version "1.84"
5
// The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build.
6
- kotlin("jvm") version "1.5.31" apply false
+ `embedded-kotlin` apply false
7
}
8
9
val buildVersion = "${findProperty("version")}${releaseParams.snapshotSuffix}"
0 commit comments