Skip to content

Commit ba40526

Browse files
committed
improve(deps): 改进部分依赖传递方式,将部分implementation改为api
1 parent b47e8ca commit ba40526

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

simbot-component-onebot-v11/simbot-component-onebot-v11-core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024. ForteScarlet.
2+
* Copyright (c) 2024-2025. ForteScarlet.
33
*
44
* This file is part of simbot-component-onebot.
55
*
@@ -65,7 +65,7 @@ kotlin {
6565
implementation(libs.jetbrains.annotations)
6666

6767
api(libs.simbot.common.annotations)
68-
implementation(libs.simbot.common.atomic)
68+
api(libs.simbot.common.atomic)
6969

7070
api(project(":simbot-component-onebot-common"))
7171
api(project(":simbot-component-onebot-v11:simbot-component-onebot-v11-common"))

simbot-component-onebot-v11/simbot-component-onebot-v11-message/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024. ForteScarlet.
2+
* Copyright (c) 2024-2025. ForteScarlet.
33
*
44
* This file is part of simbot-component-onebot.
55
*
@@ -64,7 +64,7 @@ kotlin {
6464

6565
api(libs.kotlinx.coroutines.core)
6666
api(libs.kotlinx.serialization.json)
67-
implementation(libs.kotlinx.io.core)
67+
api(libs.kotlinx.io.core)
6868
implementation(libs.jetbrains.annotations)
6969
}
7070

0 commit comments

Comments
 (0)