1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00
anytype-kotlin/test/android-utils/build.gradle

19 lines
No EOL
383 B
Groovy

plugins {
id "com.android.library"
id "kotlin-android"
}
dependencies {
api libs.espressoCore
implementation libs.appcompat
implementation libs.kotlin
implementation libs.coroutinesAndroid
implementation libs.androidxCore
implementation libs.design
implementation libs.recyclerView
}
android {
namespace 'com.anytypeio.anytype.test_utils'
}