Refactor some modules + add dependency management (still WIP)
This commit is contained in:
parent
71ca64644a
commit
83ac870c92
89 changed files with 854 additions and 580 deletions
18
features/roomlist/build.gradle.kts
Normal file
18
features/roomlist/build.gradle.kts
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
plugins {
|
||||
id("io.element.android-compose")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.x.features.roomlist"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":libraries:core"))
|
||||
implementation(project(":libraries:matrix"))
|
||||
implementation(project(":libraries:designsystem"))
|
||||
implementation("com.airbnb.android:mavericks-compose:3.0.1")
|
||||
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
androidTestImplementation("androidx.test.ext:junit:1.1.3")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue