fix: serialization plugin should not be put into runtime classpath (#1197)

This commit is contained in:
AdoptOSS 2021-04-17 19:56:19 +08:00 committed by GitHub
parent 9debb850b7
commit 09475efbda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(project(":mirai-core-utils"))
api(kotlin("serialization"))
api(kotlin("reflect"))
api(`kotlinx-serialization-core`)

View File

@ -52,7 +52,6 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
api(kotlin("serialization"))
api(kotlin("reflect"))
api1(`kotlinx-serialization-core`)