Convert address formatter build.gradle to kts
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user