1
0
Fork 0
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:
Evgenii Kozlov 2024-07-03 11:32:49 +02:00 committed by GitHub
parent c85393e743
commit 2d0ae34338
Signed by: github
GPG key ID: B5690EEEBB952194
11 changed files with 15 additions and 14 deletions

View file

@ -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'
}