Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 9c9f728

Browse files
committed
remove ktor plugin
1 parent 75d5be8 commit 9c9f728

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ plugins {
88
`maven-publish`
99
kotlin("jvm") version "2.1.0"
1010
kotlin("plugin.serialization") version "2.1.0"
11-
id("io.ktor.plugin") version "2.2.3"
1211
`java-library`
1312
}
1413

@@ -223,4 +222,4 @@ fun embed(): String {
223222
"attachments": []
224223
}
225224
""".trimIndent()
226-
}
225+
}

0 commit comments

Comments
 (0)