build: update kotlin plugin

update kotlin version to 2.3.21
use org.jetbrains.kotlin.android
add aidl support
This commit is contained in:
2026-05-19 19:50:03 +08:00
parent c878c307b3
commit 3999748747
2 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'kotlin-kapt'
}
static def appName() {
return "TTStdElderlyDialer"
@@ -87,6 +89,7 @@ android {
buildFeatures {
dataBinding true
buildConfig true
aidl true
}
externalNativeBuild {