Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
a2f0b1c541
95 changed files with 931 additions and 595 deletions
12
libraries/designsystem/build.gradle.kts
Normal file
12
libraries/designsystem/build.gradle.kts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
plugins {
|
||||
id("io.element.android-compose")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.x.libraries.designsystem"
|
||||
|
||||
dependencies {
|
||||
// Should not be there, but this is a POC
|
||||
implementation("io.coil-kt:coil-compose:2.2.1")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue