支持kotlin 1.9.0
更新kotlin 1.9.0 迁移到ksp
This commit is contained in:
+3
-1
@@ -4,7 +4,8 @@ buildscript {
|
||||
ext{
|
||||
compile_sdk_version = 33
|
||||
build_tool_version = '33.0.1'
|
||||
kotlin_version = '1.8.22'
|
||||
kotlin_version = '1.9.0'
|
||||
ksp_version="1.0.12"
|
||||
agp_version = '8.0.2'
|
||||
media3_version = "1.1.0"
|
||||
splitties_version = '3.0.0'
|
||||
@@ -16,6 +17,7 @@ plugins {
|
||||
id 'com.android.application' version "$agp_version" apply false
|
||||
id 'com.android.library' version "$agp_version" apply false
|
||||
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
|
||||
id 'com.google.devtools.ksp' version "$kotlin_version-$ksp_version" apply false
|
||||
id "de.undercouch.download" version "5.4.0" apply false
|
||||
id "com.google.gms.google-services" version "4.3.15" apply false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user