Skip to content

Commit bd1edf9

Browse files
committed
fix comment
1 parent d9a98ea commit bd1edf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
Version bumping the SDK to 1.5.x in repo tools broke our buildscript classpath:
3030
java.lang.NoSuchMethodError: 'void kotlinx.coroutines.CancellableContinuation.resume(java.lang.Object, kotlin.jvm.functions.Function3)
3131
32-
FIXME: Figure out what broke our buildscipt classpath, this is a temporary fix to address a release issue!
32+
FIXME: Figure out what broke our buildscipt classpath, this is a temporary fix
3333
*/
3434
force("com.squareup.okhttp3:okhttp-coroutines:5.0.0-alpha.14")
3535
}

0 commit comments

Comments
 (0)