Skip to content

Commit 4ee73c6

Browse files
committed
Update Kotlin version to 1.8.0
1 parent 4f394fe commit 4ee73c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
2-
ext.kotlin_version = '1.7.10'
3-
ext.embedded_kotlin_version = '1.7.10'
2+
ext.kotlin_version = '1.8.0'
3+
ext.embedded_kotlin_version = '1.8.0'
44

55
repositories {
66
mavenCentral()

0 commit comments

Comments
 (0)