mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-11 02:13:30 +09:00
15 lines
No EOL
321 B
Groovy
15 lines
No EOL
321 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
|
|
} |