File tree Expand file tree Collapse file tree 6 files changed +7
-4
lines changed
Expand file tree Collapse file tree 6 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ local.properties
66build
77captures
88.externalNativeBuild
9- .cxx
9+ .cxx
10+ .kotlin
Original file line number Diff line number Diff 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
8081Since 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22plugins {
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}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ kotlin.code.style=official
2323android.nonTransitiveRClass =true
2424
2525KOTLIN_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
2828GROUP =com.kanyun.kace
2929
Original file line number Diff line number Diff line change 22plugins {
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
You can’t perform that action at this time.
0 commit comments