I'm getting: `e: java.lang.IllegalStateException: ...
# compose
a
I'm getting:
e: java.lang.IllegalStateException: Backend Internal error: Exception during code generation
whenever I use view binding in a project with compose enabled. Is that a bug? I'm using
dev10
z
a
Yes, that is the config I have:
Copy code
composeOptions {
    kotlinCompilerVersion = "1.3.70-dev-withExperimentalGoogleExtensions-20200424"
    kotlinCompilerExtensionVersion "0.1.0-dev10"
}
b
I'm getting the same error. Have a test project that works fine but when I try to add the same compose setup into my existing project which uses binding etc this error comes up. On version dev-13. Any news on how to solve?