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 d9a98ea commit bd1edf9Copy full SHA for bd1edf9
build.gradle.kts
@@ -29,7 +29,7 @@ buildscript {
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!
+ FIXME: Figure out what broke our buildscipt classpath, this is a temporary fix
33
*/
34
force("com.squareup.okhttp3:okhttp-coroutines:5.0.0-alpha.14")
35
}
0 commit comments