mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-07 21:37:02 +09:00
19 lines
No EOL
383 B
Groovy
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'
|
|
} |