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 4fffee8 commit 314e789Copy full SHA for 314e789
build.gradle.kts
@@ -3,7 +3,7 @@ buildscript {
3
mavenCentral()
4
}
5
dependencies {
6
- val kotlinVersion = "1.5.20"
+ val kotlinVersion = "1.5.21"
7
classpath(kotlin("gradle-plugin", version = kotlinVersion))
8
classpath(kotlin("serialization", version = kotlinVersion))
9
classpath("com.vanniktech:gradle-maven-publish-plugin:0.17.0")
0 commit comments