Skip to content

Commit 1c2f419

Browse files
committed
简单调整 simbot-common-annotation 的部分依赖引用方式
1 parent 58399d0 commit 1c2f419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simbot-commons/simbot-common-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ kotlin {
6565
sourceSets {
6666
commonMain {
6767
dependencies {
68-
implementation(project(":simbot-commons:simbot-common-annotations"))
6968
implementation(libs.kotlinx.coroutines.core)
7069

70+
api(project(":simbot-commons:simbot-common-annotations"))
7171
api(project(":simbot-commons:simbot-common-suspend-runner"))
7272
api(project(":simbot-commons:simbot-common-collection"))
7373
api(libs.kotlinx.serialization.core)

simbot-commons/simbot-common-suspend-runner/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ kotlin {
5555
sourceSets {
5656
commonMain {
5757
dependencies {
58-
implementation(project(":simbot-commons:simbot-common-annotations"))
5958
implementation(project(":simbot-logger"))
6059

60+
api(project(":simbot-commons:simbot-common-annotations"))
6161
api(libs.kotlinx.coroutines.core)
6262
}
6363
}

0 commit comments

Comments
 (0)