Skip to content

Commit bd1ff6d

Browse files
committed
fix test client engine miss
1 parent 3c38393 commit bd1ff6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ kotlin {
113113
appleTest.dependencies {
114114
implementation(libs.ktor.client.darwin)
115115
}
116+
mingwTest.dependencies {
117+
implementation(libs.ktor.client.winhttp)
118+
}
119+
linuxTest.dependencies {
120+
implementation(libs.ktor.client.cio)
121+
}
116122
}
117123
}
118124

0 commit comments

Comments
 (0)