Tried to upgrade my project to dev-16 and I’m runn...
# compose
c
Tried to upgrade my project to dev-16 and I’m running into this error:
Copy code
e: java.lang.IllegalStateException: Symbol for public kotlin/Function3|null[0] is unbound
Are there any known workarounds?
s
Add this line to the file
Copy code
// TODO(b/163053867): this is to workaround a compiler bug in the pre-release dev16 compiler
val f: (Int, Int, Int) -> Unit = { _, _, _ -> }
cc @Leland Richardson [G]
l
👍 trying to assign someone on this. should be an easy fix