mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
добавлен config.yaml
This commit is contained in:
parent
a091987846
commit
bafaa95c31
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ val redis_version: String by project
|
|||
plugins {
|
||||
kotlin("jvm") version "1.9.23"
|
||||
id("io.ktor.plugin") version "2.3.10"
|
||||
kotlin("plugin.serialization") version "1.9.23"
|
||||
}
|
||||
|
||||
group = "su.redume"
|
||||
|
@ -27,6 +28,8 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("io.ktor:ktor-server-config-yaml")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
|
||||
implementation("io.ktor:ktor-server-core-jvm")
|
||||
implementation("io.ktor:ktor-server-netty-jvm")
|
||||
implementation("ch.qos.logback:logback-classic:$logback_version")
|
||||
|
|
Loading…
Add table
Reference in a new issue