joreilly/BikeShare

NoSuchMethodError

CMingTseng opened this issue · 1 comments

Dear Sir

id("org.jetbrains.compose") version "0.5.0-build226"

id("org.jetbrains.compose") version "0.5.0-build226"

i get build fail

java.lang.NoSuchMethodError: 'org.jetbrains.kotlin.ir.types.IrType org.jetbrains.kotlin.backend.jvm.lower.inlineclasses.InlineClassAbi.getUnderlyingType(org.jetbrains.kotlin.ir.declarations.IrClass)'
at androidx.compose.compiler.plugins.kotlin.lower.AbstractComposeLowering.unboxType(AbstractComposeLowering.kt:288)

THX

Thanks, looks like there was version mismatch after last Jetpack Compose update....I'll take a look at fixing later.