mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
добавленры новые зависимости
This commit is contained in:
parent
3c579716c6
commit
c1612a9887
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.google.dagger:dagger:2.46.1")
|
||||
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktor_version")
|
||||
implementation("io.ktor:ktor-client-content-negotiation:$ktor_version")
|
||||
implementation("io.ktor:ktor-client-core:$ktor_version")
|
||||
implementation("io.ktor:ktor-client-cio:$ktor_version")
|
||||
implementation("io.ktor:ktor-server-config-yaml")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
|
||||
implementation("io.ktor:ktor-server-core-jvm")
|
||||
|
|
Loading…
Add table
Reference in a new issue