Composer compiling and running

This commit is contained in:
Benoit Marty 2022-11-08 13:49:50 +01:00
parent 560d2a3291
commit 804965981a
69 changed files with 6463 additions and 17 deletions

View file

@ -0,0 +1,17 @@
plugins {
id("io.element.android-compose")
}
android {
namespace = "io.element.android.x.textcomposer"
buildFeatures {
viewBinding = true
}
}
dependencies {
implementation(project(":libraries:elementresources"))
implementation(libs.wysiwyg)
implementation(libs.androidx.constraintlayout)
implementation("com.google.android.material:material:1.7.0")
}