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.library"
|
||||
id "kotlin-android"
|
||||
id "kotlin-kapt"
|
||||
id "com.google.devtools.ksp"
|
||||
id "kotlinx-serialization"
|
||||
id "com.squareup.wire"
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ dependencies {
|
|||
implementation libs.roomKtx
|
||||
implementation libs.dataStore
|
||||
|
||||
kapt libs.annotations
|
||||
ksp libs.annotations
|
||||
|
||||
implementation libs.timber
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue