We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43faabf commit ae1f7d2Copy full SHA for ae1f7d2
2 files changed
build.gradle.kts
@@ -12,6 +12,8 @@ plugins {
12
}
13
14
val dependencyVersions = listOf(
15
+ "com.squareup.okhttp3:okhttp:${libs.versions.okhttp.get()}",
16
+ "com.squareup.okhttp3:okhttp-jvm:${libs.versions.okhttp.get()}",
17
"org.jetbrains:annotations:26.0.2-1"
18
)
19
gradle/libs.versions.toml
@@ -3,6 +3,7 @@ kotlin = "2.2.21"
3
kotlinVersionrange = "[1.6,3)"
4
logback = "1.3.15"
5
logbackVersionrange = "[1.2,2)"
6
+okhttp = "5.3.2"
7
okio = "3.16.4"
8
okioVersionrange = "[3,4)"
9
slf4j = "2.0.17"
0 commit comments