Skip to content

Commit b3583d5

Browse files
Updated build.gradle to target Kotlin 1.3.61
1 parent 35f42fc commit b3583d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
kotlin_group = "org.jetbrains.kotlin"
4-
kotlin_version = "1.2.71"
4+
kotlin_version = "1.3.61"
55

66
junit_group = "org.junit.jupiter"
77
junit_version = "5.3.1"

0 commit comments

Comments
 (0)