Skip to content

Commit 6b7e2aa

Browse files
committed
chore(buildSrc): remove unused generator dependencies
The generator plugin was long ago moved to its own included build, but the dependencies weren't removed from buildSrc
1 parent b0b7c45 commit 6b7e2aa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

buildSrc/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
plugins {
22
`kotlin-dsl`
3-
kotlin("plugin.serialization") version embeddedKotlinVersion
43
}
54

65
dependencies {
7-
implementation(libs.ktor.client.core)
8-
implementation(libs.ktor.client.cio)
9-
implementation(libs.ktor.client.contentNegotiation)
10-
implementation(libs.ktor.serialization.kotlinx.json)
11-
implementation(libs.kotlinx.serialization.json)
12-
136
// For precompiled scripts
147
implementation(libs.dokka.plugin)
158
implementation(libs.kotlin.mpp.plugin)

0 commit comments

Comments
 (0)