Has anyone seen messages like this when trying to ...
# compose-desktop
p
Has anyone seen messages like this when trying to start a (very simple) desktop compose app ?
Caused by: java.lang.AbstractMethodError: Receiver class androidx.compose.compiler.plugins.kotlin.ComposeComponentRegistrar does not define or inherit an implementation of the resolved method 'abstract void registerProjectComponents(com.intellij.mock.MockProject, org.jetbrains.kotlin.config.CompilerConfiguration)' of interface org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar.
versions are :
Copy code
plugins {
    kotlin("jvm") version "1.6.10"
    id("org.jetbrains.compose") version "1.1.1"
}
I've tried all sorts of combinations of kotlin and compose versions, but with no joy. This error is when trying to run in IntelliJ