We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c21dc commit 9967effCopy full SHA for 9967eff
build.gradle
@@ -2,7 +2,7 @@
2
3
buildscript {
4
ext {
5
- kotlin_version = '1.3.72'
+ kotlin_version = '1.4.0'
6
}
7
repositories {
8
google()
version_config/build.gradle
@@ -4,7 +4,7 @@ buildscript {
dependencies {
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0"
9
10
@@ -18,7 +18,7 @@ repositories {
18
19
20
implementation gradleApi()
21
- implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"
+ implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0"
22
23
24
compileTestKotlin {
0 commit comments