mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-649 Tech | Enhancement | Get rid of dependencies.gradle (#2778)
This commit is contained in:
parent
184305bc2c
commit
802e686b0a
22 changed files with 291 additions and 379 deletions
|
@ -4,12 +4,12 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api acceptanceTesting.espressoCore
|
||||
api libs.espressoCore
|
||||
|
||||
implementation libs.appcompat
|
||||
implementation libs.kotlin
|
||||
implementation mainApplication.coroutinesAndroid
|
||||
implementation libs.coroutinesAndroid
|
||||
implementation libs.androidxCore
|
||||
implementation libs.design
|
||||
implementation mainApplication.recyclerView
|
||||
implementation libs.recyclerView
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue