File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments