File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
simbot-common-suspend-runner Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ kotlin {
65
65
sourceSets {
66
66
commonMain {
67
67
dependencies {
68
- implementation(project(" :simbot-commons:simbot-common-annotations" ))
69
68
implementation(libs.kotlinx.coroutines.core)
70
69
70
+ api(project(" :simbot-commons:simbot-common-annotations" ))
71
71
api(project(" :simbot-commons:simbot-common-suspend-runner" ))
72
72
api(project(" :simbot-commons:simbot-common-collection" ))
73
73
api(libs.kotlinx.serialization.core)
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ kotlin {
55
55
sourceSets {
56
56
commonMain {
57
57
dependencies {
58
- implementation(project(" :simbot-commons:simbot-common-annotations" ))
59
58
implementation(project(" :simbot-logger" ))
60
59
60
+ api(project(" :simbot-commons:simbot-common-annotations" ))
61
61
api(libs.kotlinx.coroutines.core)
62
62
}
63
63
}
You can’t perform that action at this time.
0 commit comments