https://kotlinlang.org logo
g

Giorgos Neokleous

10/31/2019, 7:51 PM
Hello, does anyone have issue with kapt and compose? I cannot make it work within the same module but I can if kapt doesn't coexist in the same module with compose. I am getting
Copy code
e: java.lang.IllegalStateException: Backend Internal error: Exception during code generation
Thanks Jim, I've figured that much. I will be interested in understanding why. I am guessing it has something to do with the plugins.
Seems to be a KAPT issue and not a compose one: https://youtrack.jetbrains.com/issue/KT-34583