Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 4 additions & 4 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /