https://kotlinlang.org logo
y

Yahor

11/16/2020, 11:27 AM
Hello. Has anyone has an sample multi-module project with enabled Compose in some module? I'm trying to migrate some feature to Compose and project can't build at all. As I know, compose has a conflict with kapt and kotlin-android-extensions, but I don't have this one in project.
j

Jeremy

11/16/2020, 4:25 PM
I have project with 2 modules, 1 with compose and one without. If you're seeing any errors can you post/elaborate?
👍 1
I haven't tried with kotlin-android-extensions. I believe that is being deprecated