Why am I getting Backend Internal error: “Exception during IR lowering error” when using Jetpack Compose clickable-Modifier?
In my case, I forgot to add in the build.gradle android { … buildFeatures { compose true } composeOptions { kotlinCompilerExtensionVersion ‘1.0.3’ kotlinCompilerVersion ‘1.5.30’ } }