I get ```e: java.lang.NoSuchMethodError: org.jetbr...
# compose
o
I get
Copy code
e: java.lang.NoSuchMethodError: org.jetbrains.kotlin.codegen.state.GenerationState$Builder.isIrBackend(Z)Lorg/jetbrains/kotlin/codegen/state/GenerationState$Builder;
z
Kapt and Compose haven’t worked together in the past, apparently that might have been fixed recently though? https://kotlinlang.slack.com/archives/CJLTWPH7S/p1582989591200000
m
AFAIK, that limitation is still in place
👍 1
i
Why not to put kapt in another modules?
j
No, I forgot to change it, it was a false positive
o
I tried to put the kapt in other module but does not work, will try with the things Javier did, thank you guys