Skip to content

Commit fc2a0b3

Browse files
committed
temp fix
1 parent d8929ae commit fc2a0b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ buildscript {
2121
https://github.com/Kotlin/dokka/issues/3194#issuecomment-1929382630
2222
*/
2323
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+
}
2431
}
2532
}
2633

0 commit comments

Comments
 (0)