Skip to content

Commit 7b17077

Browse files
committed
Revert kotlin version update
1 parent 43a6de6 commit 7b17077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Libraries.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ limitations under the License.
4848

4949
Kotlin Standard Library
5050

51-
Version 1.5.20
51+
Version 1.4.20
5252
(https://github.com/JetBrains/kotlin)
5353

5454
Copyright 2010-2018 JetBrains s.r.o.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
ext.compileVersion = 30
44
ext.targetVersion = 30
55
ext.minVersion = 21
6-
ext.kotlin_version = "1.5.20" // use the same version as SDK does
6+
ext.kotlin_version = "1.4.20" // use the same version as SDK does
77
ext.sdkVersion = "3.0.8"
88

99
repositories {

0 commit comments

Comments
 (0)