Add file system management in the main menu.
This commit is contained in:
parent
34a0ee13f0
commit
de13bf2c74
9 changed files with 46 additions and 3 deletions
|
|
@ -34,4 +34,6 @@ ktor-client-cio = { group = 'io.ktor', name = "ktor-client-cio", version.ref = "
|
|||
ktor-client-websockets = { group = 'io.ktor', name = "ktor-client-websockets", version.ref = "ktor_version" }
|
||||
ktor-server-core = { group = 'io.ktor', name = "ktor-server-core", version.ref = "ktor_version" }
|
||||
ktor-server-netty = { group = 'io.ktor', name = "ktor-server-netty", version.ref = "ktor_version" }
|
||||
ktor-server-websockets = { group = 'io.ktor', name = "ktor-server-websockets", version.ref = "ktor_version" }
|
||||
ktor-server-websockets = { group = 'io.ktor', name = "ktor-server-websockets", version.ref = "ktor_version" }
|
||||
|
||||
lordcodes-turttle = { group="com.lordcodes.turtle", name="turtle", version="0.5.0"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue