Add multiple languages
This commit is contained in:
@@ -17,6 +17,7 @@ assertjVersion = "3.26.3"
|
||||
compose-multiplatform = "1.7.0"
|
||||
coreKtx = "1.9.0"
|
||||
exposedVersion = "0.55.0"
|
||||
flagkit = "1.1.0"
|
||||
flywayVersion = "10.20.1"
|
||||
h2 = "2.3.232"
|
||||
hikariCpVersion = "5.1.0"
|
||||
@@ -67,6 +68,7 @@ lifecycleViewmodelKtx = "2.6.1"
|
||||
lifecycleViewmodelCompose = "2.8.4"
|
||||
logback = "1.5.12"
|
||||
material = "1.7.6"
|
||||
okio = "3.10.2"
|
||||
psqlVersion = "42.7.4"
|
||||
restAssuredVersion = "5.5.0"
|
||||
runtimeLivedata = "1.7.6"
|
||||
@@ -89,6 +91,7 @@ composeIcons-linea = { module = "br.com.devsrsouza.compose.icons:linea", version
|
||||
composeIcons-octicons = { module = "br.com.devsrsouza.compose.icons:octicons", version.ref = "composeIcons" }
|
||||
composeIcons-simpleIcons = { module = "br.com.devsrsouza.compose.icons:simple-icons", version.ref = "composeIcons" }
|
||||
composeIcons-tablerIcons = { module = "br.com.devsrsouza.compose.icons:tabler-icons", version.ref = "composeIcons" }
|
||||
flagkit = { module = "dev.carlsen.flagkit:flagkit", version.ref = "flagkit" }
|
||||
korau = { module = "com.soywiz.korlibs.korau:korau", version.ref = "korau" }
|
||||
|
||||
androidx-core-ktx-v190 = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
||||
@@ -182,6 +185,7 @@ ktor-server-core = { module = "io.ktor:ktor-server-core-jvm", version.ref = "kto
|
||||
ktor-server-netty = { module = "io.ktor:ktor-server-netty-jvm", version.ref = "ktor" }
|
||||
ktor-server-tests = { module = "io.ktor:ktor-server-tests-jvm", version.ref = "ktor" }
|
||||
material = { module = "androidx.compose.material:material", version.ref = "material" }
|
||||
okio = { module = "com.squareup.okio:okio-bom", version.ref = "okio" }
|
||||
postgresql = { module = "org.postgresql:postgresql", version.ref = "psqlVersion" }
|
||||
rest-assured = { module = "io.rest-assured:rest-assured", version.ref = "restAssuredVersion" }
|
||||
symbol-processing-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "symbolProcessingApi" }
|
||||
|
||||
Reference in New Issue
Block a user