Skip to content

Commit a8ec83e

Browse files
committed
Update kotlin version to 1.8.21
1 parent bf39814 commit a8ec83e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

22
plugins {
3-
kotlin("jvm") version "1.7.10"
3+
kotlin("jvm") version "1.8.21"
44
}
55

6-
val kotlinVersion: String by extra("1.7.10")
7-
val kotlinCoroutinesVersion: String by extra("1.6.4")
6+
val kotlinVersion: String by extra("1.8.21")
7+
val kotlinCoroutinesVersion: String by extra("1.7.0-RC")
88

99
allprojects {
1010
repositories {
11-
jcenter()
11+
mavenCentral()
1212
}
1313
}
1414

0 commit comments

Comments
 (0)