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.5.32
1 parent 3e301b6 commit 9bd0d31Copy full SHA for 9bd0d31
build.gradle.kts
@@ -3,7 +3,7 @@ buildscript {
3
mavenCentral()
4
}
5
dependencies {
6
- val kotlinVersion = "1.6.0"
+ val kotlinVersion = "1.5.32"
7
classpath(kotlin("gradle-plugin", version = kotlinVersion))
8
classpath(kotlin("serialization", version = kotlinVersion))
9
classpath("com.vanniktech:gradle-maven-publish-plugin:0.18.0")
0 commit comments