File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed
simbot-component-onebot-v11/simbot-component-onebot-v11-core Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,9 @@ kotlin {
5959 applyTier3(supportKtorClient = true )
6060
6161 sourceSets {
62- configureEach {
63- if (this .name == " jvmMain" ) {
64- dependencies {
65- compileOnly(libs.simbot.api)
66- }
67- } else {
68- dependencies {
69- implementation(libs.simbot.api)
70- }
71- }
72- }
7362 commonMain.dependencies {
7463 // JVM compileOnly
75- // implementation(libs.simbot.api)
64+ implementation(libs.simbot.api)
7665 api(libs.jetbrains.annotations)
7766
7867 api(libs.simbot.common.annotations)
@@ -103,11 +92,9 @@ kotlin {
10392
10493 jvmMain {
10594 dependencies {
106- // api(libs.simbot.api)
107- // api(libs.jetbrains.annotations)
108- // compileOnly(libs.simbot.api)
109- // compileOnly(libs.ktor.client.contentNegotiation)
110- // compileOnly(libs.jetbrains.annotations)
95+ compileOnly(libs.simbot.api)
96+ compileOnly(libs.ktor.client.contentNegotiation)
97+ compileOnly(libs.jetbrains.annotations)
11198 }
11299 }
113100
You can’t perform that action at this time.
0 commit comments