Skip to content

Commit d9a98ea

Browse files
committed
add comment and simplify
1 parent 1d4877f commit d9a98ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ 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")
2524
}
2625

2726
configurations.classpath {
2827
resolutionStrategy {
28+
/*
29+
Version bumping the SDK to 1.5.x in repo tools broke our buildscript classpath:
30+
java.lang.NoSuchMethodError: 'void kotlinx.coroutines.CancellableContinuation.resume(java.lang.Object, kotlin.jvm.functions.Function3)
31+
32+
FIXME: Figure out what broke our buildscipt classpath, this is a temporary fix to address a release issue!
33+
*/
2934
force("com.squareup.okhttp3:okhttp-coroutines:5.0.0-alpha.14")
3035
}
3136
}

0 commit comments

Comments
 (0)