Skip to content

Commit 9967eff

Browse files
committed
bump Kotlin version to 1.4.0
1 parent 32c21dc commit 9967eff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext {
5-
kotlin_version = '1.3.72'
5+
kotlin_version = '1.4.0'
66
}
77
repositories {
88
google()

version_config/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
google()
55
}
66
dependencies {
7-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"
7+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0"
88
}
99
}
1010

@@ -18,7 +18,7 @@ repositories {
1818

1919
dependencies {
2020
implementation gradleApi()
21-
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"
21+
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0"
2222
}
2323

2424
compileTestKotlin {

0 commit comments

Comments
 (0)