You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
806 B
22 lines
806 B
|
2 years ago
|
[versions]
|
||
|
|
kotlin = "1.9.23"
|
||
|
|
|
||
|
|
[libraries]
|
||
|
|
jadb = { module = "com.github.vidstige:jadb", version = "v1.2.1" } # adb
|
||
|
|
netty = { module = "io.netty:netty-all", version = "4.1.96.Final" }
|
||
|
|
kotlinx-serializable = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.0" }
|
||
|
|
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.5.0" }
|
||
|
|
kotlin-logging = { module = "io.github.microutils:kotlin-logging-jvm", version = "2.0.11" }
|
||
|
|
thymeleaf = { module = "org.thymeleaf:thymeleaf", version = "3.1.2.RELEASE" }
|
||
|
|
thymeleaf-spring5 = { module = "org.thymeleaf:thymeleaf-spring5", version = "3.1.2.RELEASE" }
|
||
|
|
|
||
|
|
[bundles]
|
||
|
|
deps = [
|
||
|
|
"jadb",
|
||
|
|
"netty",
|
||
|
|
"kotlinx-serializable",
|
||
|
|
"kotlinx-datetime",
|
||
|
|
"kotlin-logging",
|
||
|
|
"thymeleaf",
|
||
|
|
"thymeleaf-spring5"
|
||
|
|
]
|