From b0ec296455e8a33bd2e4e7ed9e7e5652534884a2 Mon Sep 17 00:00:00 2001 From: rain-bus Date: Mon, 14 Apr 2025 19:55:06 +0800 Subject: [PATCH] remove ktor --- build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 151d95e..f18e511 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,8 +15,6 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.3") - implementation("io.ktor:ktor-client-core:3.1.1") - implementation("io.ktor:ktor-client-cio:3.1.1") } tasks.test {