Change the access to some old screen from the new UI.
This commit is contained in:
parent
1bf0cb7c0a
commit
3941c5dd76
25 changed files with 657 additions and 450 deletions
|
|
@ -7,8 +7,8 @@ androidx-lifecycle = "2.8.3"
|
|||
androidx-navigation = "2.8.0-alpha10"
|
||||
ktor = "3.0.1"
|
||||
koin = "4.0.0"
|
||||
turtle = "0.5.0"
|
||||
logback = "1.5.11"
|
||||
turtle = "0.10.0"
|
||||
logback = "1.5.17"
|
||||
coil = "3.1.0"
|
||||
|
||||
[plugins]
|
||||
|
|
@ -47,6 +47,7 @@ ktor-server-core = { group = 'io.ktor', name = "ktor-server-core", version.ref =
|
|||
ktor-server-netty = { group = 'io.ktor', name = "ktor-server-netty", version.ref = "ktor" }
|
||||
ktor-server-websockets = { group = 'io.ktor', name = "ktor-server-websockets", version.ref = "ktor" }
|
||||
ktor-server-negotiation = { group = 'io.ktor', name = 'ktor-server-content-negotiation', version.ref = "ktor" }
|
||||
|
||||
# Utilitary run command line.
|
||||
turtle = { group = "com.lordcodes.turtle", name = "turtle", version.ref = "turtle" }
|
||||
# Utilitary logging use by Ktor.
|
||||
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue