Skip to content

Commit b248a1b

Browse files
committed
Bump Kotlin to 2.0.20.
1 parent c6445bf commit b248a1b

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ local.properties
66
build
77
captures
88
.externalNativeBuild
9-
.cxx
9+
.cxx
10+
.kotlin

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The Kace currently supports the above four most commonly used types. Other types
7676
| 1.9.0-1.2.0 | 1.9.0~1.9.20 | 4.2.2 | 6.8.3 |
7777
| 1.9.20-1.2.0 | 1.9.20 | 4.2.2 | 6.8.3 |
7878
| 2.0.0-1.2.0 | 2.0.0 | 7.1.3 | 7.2 |
79+
| 2.0.20-1.2.0 | 2.0.20 | 7.1.3 | 7.2 |
7980

8081
Since the goal of the Kace is to help developers easily upgrade to Kotlin 1.8, the minimum supported version of Kotlin is relatively high
8182

README_zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Kace 目前支持了以上四种最常用的类型,其他 kotlin-android-exten
7575
| 1.9.0-1.2.0 | 1.9.0~1.9.20 | 4.2.2 | 6.8.3 |
7676
| 1.9.20-1.2.0 | 1.9.20 | 4.2.2 | 6.8.3 |
7777
| 2.0.0-1.2.0 | 2.0.0 | 7.1.3 | 7.2 |
78+
| 2.0.20-1.2.0 | 2.0.20 | 7.1.3 | 7.2 |
7879

7980
由于 Kace 的目标是帮助开发者更方便地迁移到 Kotlin 1.8,因此 Kotlin 最低支持版本比较高
8081

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
plugins {
33
id("com.android.application") version "7.1.3" apply false
44
id("com.android.library") version "7.1.3" apply false
5-
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
5+
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
66
id("com.vanniktech.maven.publish") version "0.18.0" apply false
77
id("com.github.gmazzo.buildconfig") version "2.1.0" apply false
88
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kotlin.code.style=official
2323
android.nonTransitiveRClass=true
2424

2525
KOTLIN_PLUGIN_ID=com.kanyun.kace
26-
VERSION_NAME=2.0.0-1.2.0-SNAPSHOT
26+
VERSION_NAME=2.0.20-1.2.0-SNAPSHOT
2727

2828
GROUP=com.kanyun.kace
2929

kace-sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
plugins {
33
id("com.android.application") apply false
44
id("com.android.library") apply false
5-
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
5+
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
66
id("com.kanyun.kace") version "0.0.0-SNAPSHOT" apply false
77
}
88

0 commit comments

Comments
 (0)