1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 13:57:10 +09:00
anytype-kotlin/library-syntax-highlighter/build.gradle

20 lines
No EOL
497 B
Groovy

plugins {
id "com.android.library"
id "kotlin-android"
id "kotlinx-serialization"
}
dependencies {
implementation libs.appcompat
implementation libs.kotlin
implementation libs.coroutinesAndroid
implementation libs.androidxCore
implementation libs.timber
implementation libs.kotlinxSerializationJson
testImplementation libs.junit
testImplementation libs.kotlinTest
testImplementation libs.robolectric
testImplementation libs.androidXTestCore
}