Sebastien Leclerc Lavallee
09/25/2022, 4:15 AMid("org.jetbrains.compose") version "1.2.0-beta02-dev795"
But after compiling, I get that error:
`This version (1.3.0) of the Compose Compiler requires Kotlin version 1.7.10 but you appear to be using Kotlin version 1.7.20-RC which is not known to be compatible. Please fix your configuration (or suppressKotlinVersionCompatibilityCheck
but don't say I didn't warn you!).`
Thanks!MrPowerGamerBR
09/25/2022, 2:17 PMSebastien Leclerc Lavallee
09/25/2022, 2:53 PMSebastien Leclerc Lavallee
09/25/2022, 3:03 PM1.7.20-RC
😅
e: java.lang.NoSuchMethodError: 'boolean org.jetbrains.kotlin.backend.common.ir.IrUtilsKt.isFinalClass(org.jetbrains.kotlin.ir.declarations.IrClass)'
It’s not the first library that fails with the same kind of error. Regarding IrClass
. They seems to have change a few things Ir Related in the compiler between 1.7.10 and 1.7.20 🤷🏻hfhbd
09/26/2022, 11:43 AMSebastien Leclerc Lavallee
09/26/2022, 2:15 PM