{seedvault|storage}: Add explicit dependencies for kotlin coroutines
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
6f81e48dc1
commit
f0a3acf4fc
2 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,8 @@ android_app {
|
|||
"androidx.lifecycle_lifecycle-livedata-ktx",
|
||||
"androidx-constraintlayout_constraintlayout",
|
||||
"com.google.android.material_material",
|
||||
"kotlinx-coroutines-android",
|
||||
"kotlinx-coroutines-core",
|
||||
// storage backup lib
|
||||
"seedvault-lib-storage",
|
||||
// koin
|
||||
|
|
|
@ -22,6 +22,8 @@ android_library {
|
|||
"androidx.room_room-runtime",
|
||||
"androidx-constraintlayout_constraintlayout",
|
||||
"com.google.android.material_material",
|
||||
"kotlinx-coroutines-android",
|
||||
"kotlinx-coroutines-core",
|
||||
],
|
||||
plugins: [
|
||||
"androidx.room_room-compiler-plugin",
|
||||
|
|
Loading…
Reference in a new issue