Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Benoit Marty 2022-10-28 17:27:40 +02:00
commit a2f0b1c541
95 changed files with 931 additions and 595 deletions

View 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")
}
}