Prashast Rastogi
06/26/2021, 1:09 PMclickable
method in compose view
org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering
kotlin version : '1.4.32'
compose version : '1.0.0-beta09'
Let me know if anyone has any clue how to resolve this.
cc @Ian LakeAdam Powell
06/26/2021, 1:16 PMPrashast Rastogi
06/26/2021, 1:17 PMPrashast Rastogi
06/26/2021, 1:22 PM1.5.2
then I got a compilation error stating to use 1.4.32
so I downgraded my version.
Been stuck for hours, someone please help me out here.Adam Powell
06/26/2021, 1:39 PMPrashast Rastogi
06/26/2021, 1:42 PMe: This version (1.0.0-beta07) of the Compose Compiler requires Kotlin version 1.4.32 but you appear to be using Kotlin version 1.5.10 which is not known to be compatible.
Adam Powell
06/26/2021, 1:59 PMPrashast Rastogi
06/26/2021, 2:00 PM1.0.0-beta09
but during error it shows (1.0.0-beta07)
, and the issue still persistsAdam Powell
06/26/2021, 2:10 PMSe7eN
06/26/2021, 4:39 PMFrancesc
06/26/2021, 6:10 PMIan Lake
06/26/2021, 7:22 PMkotlinCompilerExtensionVersion
in your build.gradle.kts
files, you do need that line as per the line Adam sharedFrancesc
06/26/2021, 7:36 PMFrancesc
06/26/2021, 8:15 PMkotlinCompilerVersion
is marked as deprecatedFrancesc
06/26/2021, 8:15 PMkotlinCompilerExtensionVersion
in therePrashast Rastogi
06/27/2021, 2:55 PMe: This version (1.0.0-beta07) of the Compose Compiler requires Kotlin version 1.4.32 but you appear to be using Kotlin version 1.5.10 which is not known to be compatible.
Prashast Rastogi
06/27/2021, 2:57 PMIf i rollback to version 1.4.32 then it works fine until I start adding clickable to compose widgets where it starts throwing org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering
Se7eN
06/27/2021, 3:03 PMIan Lake
06/27/2021, 3:11 PMPrashast Rastogi
06/27/2021, 3:55 PM