https://kotlinlang.org logo
j

Javier

02/29/2020, 3:19 PM
Jetpack compose can’t work with kapt no?
🚫 3
i

itnoles

03/01/2020, 4:51 AM
you could have to split it with uncompose modules to get it to work
👍 1
j

Javier

03/01/2020, 9:51 AM
I am going to have every activity/fragment in one feature module and every compose feature module in another... Is it going to be fixed soon?
I think I can't. I can't inject the viewmodel with dagger in the activity
I think I got it working with the last version of compose
2 Views