xinthink / auto-data-class

Generator for Kotlin data classes with Gson/Parcelable type adapter
Apache License 2.0
15 stars 1 forks source link

Can't build when adding to a Compose project. #4

Open grosalex opened 4 years ago

grosalex commented 4 years ago

Hi, Thanks for it, it's great. I'm just filling an issue cause currently we can't add auto-data-class in an existing jetpack compose project we always end up with the following error when trying to build e: java.lang.NoSuchMethodError: org.jetbrains.kotlin.codegen.state.GenerationState$Builder.isIrBackend(Z)Lorg/jetbrains/kotlin/codegen/state/GenerationState$Builder; Just to let you know (as compose is still in an early early stage it might come from this ;) )

Regards

xinthink commented 4 years ago

Thank you, I'll keep an eye on that issue.