https://kotlinlang.org logo
a

Ali Zargar Shabestari

05/03/2020, 8:16 PM
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

Zach Klippenstein (he/him) [MOD]

05/03/2020, 8:37 PM
a

Ali Zargar Shabestari

05/03/2020, 8:39 PM
Yes, that is the config I have:
Copy code
composeOptions {
    kotlinCompilerVersion = "1.3.70-dev-withExperimentalGoogleExtensions-20200424"
    kotlinCompilerExtensionVersion "0.1.0-dev10"
}
b

Ben Ryan

06/18/2020, 2:57 AM
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?
4 Views