Is this now fixed? I have Kotlin `1.4.20` and Comp...
# compose
d
Is this now fixed? I have Kotlin
1.4.20
and Compose
1.0.0-alpha08
. I did the standard Clean / Build, Android Studio cache delete / restart.
Copy code
> Task :app:kaptGenerateStubsDebugKotlin FAILED
e: java.lang.IllegalStateException: Backend Internal error: Exception during file facade code generation
File being compiled: file:///home/david/repo/Insp/app/src/main/java/dae/insp/MainActivity.kt
The root cause java.lang.NoSuchMethodError was thrown at: androidx.compose.compiler.plugins.kotlin.lower.ClassStabilityFieldSerializationPlugin.afterClass(ClassStabilityFieldSerializationPlugin.kt:57)
	at org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException(CodegenUtil.kt:239)
	at org.jetbrains.kotlin.codegen.PackageCodegenImpl.generate(PackageCodegenImpl.java:78)
	at org.jetbrains.kotlin.codegen.DefaultCodegenFactory.generatePackage(CodegenFactory.kt:88)
1