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 d8929ae commit fc2a0b3Copy full SHA for fc2a0b3
build.gradle.kts
@@ -21,6 +21,13 @@ buildscript {
21
https://github.com/Kotlin/dokka/issues/3194#issuecomment-1929382630
22
*/
23
classpath(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.15.3"))
24
+ classpath("com.squareup.okhttp3:okhttp-coroutines:5.0.0-alpha.14")
25
+ }
26
+
27
+ configurations.classpath {
28
+ resolutionStrategy {
29
+ force("com.squareup.okhttp3:okhttp-coroutines:5.0.0-alpha.14")
30
31
}
32
33
0 commit comments