mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2629 App | Tech | Migrate project to Kotlin Symbol Processing (KSP) (#1346)
This commit is contained in:
parent
c85393e743
commit
2d0ae34338
11 changed files with 15 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id "com.android.application"
|
||||
id "kotlin-android"
|
||||
id "kotlin-kapt"
|
||||
id "com.google.devtools.ksp"
|
||||
alias(libs.plugins.compose.compiler)
|
||||
id 'com.google.gms.google-services'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue