1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-11 10:18:05 +09:00
anytype-kotlin/middleware/build.gradle

26 lines
No EOL
665 B
Groovy

plugins {
id "com.android.library"
id "kotlin-android"
id "kotlin-kapt"
}
dependencies {
implementation project(':core-models')
implementation project(':protocol')
implementation project(':data')
implementation project(':core-utils')
implementation libs.kotlin
implementation libs.timber
implementation libs.coroutinesAndroid
implementation libs.gsonWire
implementation libs.gson
implementation libs.javaxInject
implementation libs.middleware
testImplementation project(":test:utils")
testImplementation libs.junit
testImplementation libs.kotlinTest
testImplementation libs.mockitoKotlin
}