Move dependencies block out of the android block.
This commit is contained in:
parent
6a4ca17e13
commit
f1ad56bef1
12 changed files with 99 additions and 99 deletions
|
|
@ -11,11 +11,11 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.previewutils"
|
||||
|
||||
dependencies {
|
||||
implementation(projects.libraries.designsystem)
|
||||
implementation(projects.libraries.matrix.api)
|
||||
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.libraries.designsystem)
|
||||
implementation(projects.libraries.matrix.api)
|
||||
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue