build throws the following error when updating dependency versions for coroutines:
coroutines: 1.6.1
kotlin: 1.5.31
gradle : 7.2.0-beta01
compose : 1.0.5 //[can't update now due to kotlin synthentic]
also tried with kotlin 1.6.10 but the same error
stacktrace:
org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering
File being compiled:
The root cause java.lang.RuntimeException was thrown at: org.jetbrains.kotlin.backend.jvm.codegen.FunctionCodegen.generate(FunctionCodegen.kt:50)