Convert core gradle file to kts

This commit is contained in:
ganfra 2022-12-07 12:17:40 +01:00
parent efa052a5ac
commit b8639e5a3e
2 changed files with 7 additions and 53 deletions

View file

@ -0,0 +1,7 @@
plugins {
id("io.element.android-compose")
}
android {
namespace = "io.element.android.x.core"
}