I guess until you implement support for Kotlin 1.4...
# compose
d
I guess until you implement support for Kotlin 1.4 it won't work, but I have to ask Is there any way to make Compose work with 1.4? 😛 I get this error, related to IR
java.lang.NoSuchMethodError: org.jetbrains.kotlin.ir.expressions.impl.IrBlockBodyImpl.<init>(IILkotlin/jvm/functions/Function1;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
l
what gives you this error exactly?
s
you still need a custom compiler build to make compose work, so not sure how you can compile it with 1.4
d
I should mention that the build fails with this message, so it's not compiling
@Leland Richardson [G] I can post a stack trace from the Build Output but that's probably pointless
l
yeah sorry we won’t work with 1.4 right now. We are pretty much only compatible with the snapshot of kotlin that we are rebased with until we get the APIs we need properly upstreamed. This is being worked on right now and we are hopeful that the 1.4 release will be compatible with compose without any tweaks, but can’t make any promises
👍 1