mirror of
https://github.com/fcitx5-android/fcitx5-android.git
synced 2026-08-02 20:16:06 +08:00
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
plugins {
|
|
alias(libs.plugins.kotlin.jvm)
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.kotlinpoet.ksp)
|
|
implementation(libs.ksp)
|
|
}
|