Skip to content

Commit 2bd749d

Browse files
authored
Kotlin 1.4.10 Upgrade (#6264)
1 parent 0164696 commit 2bd749d

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
@@ -15,7 +15,7 @@ buildscript {
1515
'jnrUnixsocket': '0.28',
1616
'jsoup': '1.13.1',
1717
'junit': '4.13',
18-
'kotlin': '1.4.0',
18+
'kotlin': '1.4.10',
1919
'moshi': '1.9.2',
2020
'okio': '2.8.0',
2121
'ktlint': '0.38.0',
@@ -47,7 +47,7 @@ buildscript {
4747
]
4848

4949
dependencies {
50-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0"
50+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"
5151
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.10.1"
5252
classpath "com.android.tools.build:gradle:4.0.1"
5353
}

0 commit comments

Comments
 (0)