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.
31 lines
1.2 KiB
31 lines
1.2 KiB
[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-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.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" } |
|
|
|
kotest-runner = { module = "io.kotest:kotest-runner-junit5-jvm", version = "5.8.1" } |
|
kotest-property = { module = "io.kotest:kotest-property", version = "5.8.1" } |
|
kotest-extensions-string = { module = "io.kotest.extensions:kotest-extensions-spring", version = "1.1.3" } |
|
|
|
[bundles] |
|
deps = [ |
|
"jadb", |
|
"netty", |
|
"kotlinx-serializable", |
|
"kotlin-logging", |
|
"thymeleaf", |
|
"thymeleaf-spring5", |
|
"kotlinx-coroutines" |
|
] |
|
test-deps = [ |
|
"kotest-runner", |
|
"kotest-property", |
|
"kotest-extensions-string" |
|
]
|
|
|