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

Commit 58c9f7b

Browse files
committed
feat: exclude kotlinx-serialization-core from runtimeClasspath
1 parent aef90e8 commit 58c9f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/kotlin/exclude-kotlin.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ configurations {
22
"runtimeClasspath" {
33
exclude("org.jetbrains.kotlin", "kotlin-stdlib")
44
exclude("org.jetbrains.kotlin", "kotlin-reflect")
5+
exclude("org.jetbrains.kotlinx", "kotlinx-serialization-core")
56
}
67
}

0 commit comments

Comments
 (0)