File tree Expand file tree Collapse file tree 12 files changed +9
-28
lines changed
simbot-common-suspend-runner
simbot-core-spring-boot-starter
simbot-core-spring-boot-starter-common
simbot-core-spring-boot-starter-v2
simbot-extensions/simbot-extension-continuous-session
simbot-quantcat-annotations Expand file tree Collapse file tree 12 files changed +9
-28
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ gradleNexusPublishPlugin = "2.0.0"
29
29
30
30
[libraries ]
31
31
# jetbrains-annotation
32
- jetbrains-annotations = " org.jetbrains:annotations:24.1 .0"
32
+ jetbrains-annotations = " org.jetbrains:annotations:25.0 .0"
33
33
34
34
# gradle-nexus:publish-plugin
35
35
gradleNexusPublishPlugin = { module = " io.github.gradle-nexus:publish-plugin" , version.ref = " gradleNexusPublishPlugin" }
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ kotlin {
73
73
sourceSets {
74
74
commonMain {
75
75
dependencies {
76
+ implementation(libs.jetbrains.annotations)
76
77
implementation(project(" :simbot-commons:simbot-common-annotations" ))
77
78
implementation(project(" :simbot-logger" ))
78
79
@@ -101,9 +102,6 @@ kotlin {
101
102
102
103
jvmMain {
103
104
dependencies {
104
- compileOnly(libs.jetbrains.annotations)
105
- compileOnly(project(" :simbot-commons:simbot-common-annotations" ))
106
-
107
105
compileOnly(libs.kotlinx.coroutines.reactive)
108
106
compileOnly(libs.kotlinx.coroutines.reactor)
109
107
compileOnly(libs.kotlinx.coroutines.rx2)
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ kotlin {
83
83
}
84
84
85
85
jvmMain.dependencies {
86
- compileOnly(project(" :simbot-commons:simbot-common-annotations" ))
87
86
compileOnly(libs.kotlinx.coroutines.reactor)
88
87
compileOnly(libs.kotlinx.coroutines.reactive)
89
88
}
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ kotlin {
69
69
}
70
70
71
71
jvmMain.dependencies {
72
- compileOnly(project(" :simbot-commons:simbot-common-annotations" ))
73
72
compileOnly(libs.kotlinx.coroutines.reactor)
74
73
compileOnly(libs.kotlinx.coroutines.rx2)
75
74
compileOnly(libs.kotlinx.coroutines.rx3)
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ kotlin {
37
37
}
38
38
39
39
dependencies {
40
- compileOnly (project(" :simbot-commons:simbot-common-annotations" ))
40
+ implementation (project(" :simbot-commons:simbot-common-annotations" ))
41
41
api(project(" :simbot-quantcat:simbot-quantcat-common" ))
42
42
api(project(" :simbot-cores:simbot-core" ))
43
43
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ kotlin {
40
40
@Suppress(" VulnerableLibrariesLocal" )
41
41
dependencies {
42
42
implementation(project(" :simbot-logger" ))
43
- compileOnly (project(" :simbot-commons:simbot-common-annotations" ))
43
+ implementation (project(" :simbot-commons:simbot-common-annotations" ))
44
44
api(project(" :simbot-quantcat:simbot-quantcat-common" ))
45
45
api(project(" :simbot-cores:simbot-core" ))
46
46
api(project(" :simbot-cores:simbot-core-spring-boot-starter-common" ))
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
implementation(platform(libs.spring.boot.v3.dependencies))
43
43
implementation(project(" :simbot-logger" ))
44
44
45
- compileOnly (project(" :simbot-commons:simbot-common-annotations" ))
45
+ implementation (project(" :simbot-commons:simbot-common-annotations" ))
46
46
api(project(" :simbot-quantcat:simbot-quantcat-common" ))
47
47
api(project(" :simbot-cores:simbot-core" ))
48
48
api(project(" :simbot-cores:simbot-core-spring-boot-starter-common" ))
Original file line number Diff line number Diff line change @@ -82,11 +82,6 @@ kotlin {
82
82
}
83
83
}
84
84
85
- jvmMain.dependencies {
86
- compileOnly(project(" :simbot-commons:simbot-common-annotations" ))
87
- // compileOnly(project(":simbot-commons:simbot-common-collection"))
88
- }
89
-
90
85
jvmTest {
91
86
dependencies {
92
87
implementation(project(" :simbot-api" ))
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ kotlin {
56
56
sourceSets {
57
57
commonMain {
58
58
dependencies {
59
+ implementation(project(" :simbot-commons:simbot-common-annotations" ))
59
60
api(project(" :simbot-api" ))
60
61
}
61
62
}
@@ -71,8 +72,6 @@ kotlin {
71
72
72
73
jvmMain {
73
74
dependencies {
74
-
75
- compileOnly(project(" :simbot-commons:simbot-common-annotations" ))
76
75
compileOnly(libs.kotlinx.coroutines.reactive)
77
76
compileOnly(libs.kotlinx.coroutines.reactor)
78
77
compileOnly(libs.kotlinx.coroutines.rx2)
Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ kotlin {
96
96
commonMain {
97
97
dependencies {
98
98
compileOnly(project(" :simbot-api" ))
99
- // compileOnly(libs.suspend.reversal.annotations)
100
- compileOnly(project(" :simbot-commons:simbot-common-annotations" ))
99
+ implementation(project(" :simbot-commons:simbot-common-annotations" ))
101
100
compileOnly(project(" :simbot-quantcat:simbot-quantcat-common" ))
102
101
}
103
102
}
Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ kotlin {
94
94
}
95
95
96
96
jvmMain.dependencies {
97
- compileOnly(project(" :simbot-commons:simbot-common-annotations" ))
98
97
compileOnly(kotlin(" reflect" ))
99
98
}
100
99
Original file line number Diff line number Diff line change @@ -68,9 +68,8 @@ kotlin {
68
68
sourceSets {
69
69
commonMain {
70
70
dependencies {
71
- // jvm compile only
72
- compileOnly(libs.jetbrains.annotations)
73
- compileOnly(project(" :simbot-commons:simbot-common-annotations" ))
71
+ implementation(libs.jetbrains.annotations)
72
+ implementation(project(" :simbot-commons:simbot-common-annotations" ))
74
73
api(project(" :simbot-api" ))
75
74
76
75
// suspend reversal annotations
@@ -110,12 +109,6 @@ kotlin {
110
109
}
111
110
}
112
111
113
- jsMain.dependencies {
114
- implementation(project(" :simbot-commons:simbot-common-annotations" ))
115
- implementation(libs.jetbrains.annotations)
116
- // implementation(libs.suspend.reversal.annotations)
117
- }
118
-
119
112
jsTest.dependencies {
120
113
implementation(libs.ktor.client.js)
121
114
implementation(libs.ktor.client.core)
You can’t perform that action at this time.
0 commit comments