Add downloading capabilities, not implemented yet

This commit is contained in:
Syer10
2021-06-11 18:58:01 -04:00
parent f516878a2b
commit 4725e12475
12 changed files with 211 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ dependencies {
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")
implementation("io.ktor:ktor-client-serialization:$ktorVersion")
implementation("io.ktor:ktor-client-logging:$ktorVersion")
implementation("io.ktor:ktor-client-websockets:$ktorVersion")
// Logging
val log4jVersion = "2.14.1"