Composer compiling and running
This commit is contained in:
parent
560d2a3291
commit
804965981a
69 changed files with 6463 additions and 17 deletions
17
libraries/textcomposer/build.gradle.kts
Normal file
17
libraries/textcomposer/build.gradle.kts
Normal 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")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue