getting the following error in a bazel build ```Ca...
# compose-desktop
t
getting the following error in a bazel build
Copy code
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.
	at org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment$Companion.registerExtensionsFromPlugins$cli(KotlinCoreEnvironment.kt:610)
	... 47 more
k
File a bug with the full stack trace and your sample project with bazel configuration in it
t
Sounds good. I'll compose an SSCCE. My monorepo where this project exists is polyglot and hosts many projects