We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec9cbc commit eb17644Copy full SHA for eb17644
lib/build.gradle.kts
@@ -34,9 +34,9 @@ kotlin {
34
api(libs.kotlinx.datetime)
35
api(libs.ktor.core)
36
api(libs.ktor.logging)
37
- implementation(libs.ktor.json)
38
- implementation(libs.ktor.content.negotiation)
39
- implementation(libs.ktor.auth)
+ api(libs.ktor.json)
+ api(libs.ktor.content.negotiation)
+ api(libs.ktor.auth)
40
}
41
42
val commonTest by getting {
0 commit comments