Convert core gradle file to kts
This commit is contained in:
parent
efa052a5ac
commit
b8639e5a3e
2 changed files with 7 additions and 53 deletions
7
libraries/core/build.gradle.kts
Normal file
7
libraries/core/build.gradle.kts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
plugins {
|
||||
id("io.element.android-compose")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.x.core"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue