plugins { val kotlinVersion = "1.7.10" kotlin("jvm") version kotlinVersion kotlin("plugin.serialization") version kotlinVersion id("net.mamoe.mirai-console") version "2.16.0" } group = "top.jie65535" version = "1.5.0" repositories { mavenLocal() maven("https://maven.aliyun.com/repository/public") mavenCentral() } val ktorVersion = "2.2.3" dependencies { implementation("io.ktor:ktor-client-core-jvm:$ktorVersion") implementation("io.ktor:ktor-client-okhttp:$ktorVersion") }