mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-24 06:10:09 +08:00
fix: serialization plugin should not be put into runtime classpath (#1197)
This commit is contained in:
parent
9debb850b7
commit
09475efbda
@ -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`)
|
||||
|
@ -52,7 +52,6 @@ kotlin {
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
api(kotlin("serialization"))
|
||||
api(kotlin("reflect"))
|
||||
|
||||
api1(`kotlinx-serialization-core`)
|
||||
|
Loading…
Reference in New Issue
Block a user