Convert address formatter build.gradle to kts

This commit is contained in:
MM20
2024-06-14 12:19:55 +02:00
parent 65a9c8c1fe
commit 30356193e5
3 changed files with 44 additions and 32 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
[versions]
compiler = "0.9.7"
mustache = "0.9.7"
guava = "33.1.0-android"
jacksonCore = "2.12.7"
jacksonDataformatYaml = "2.12.7"
@@ -44,7 +44,7 @@ junitVersion = "1.1.5"
espressoCore = "3.5.1"
[libraries]
compiler = { module = "com.github.spullara.mustache.java:compiler", version.ref = "compiler" }
mustache-compiler = { module = "com.github.spullara.mustache.java:compiler", version.ref = "mustache" }
gradle = { group = "com.android.tools.build", name = "gradle", version.ref = "android-gradle-plugin" }
guava = { module = "com.google.guava:guava", version.ref = "guava" }