Hey guys,
when using compose in multi-module app, i am not able to enable buildFeature compose for all subprojects. If i try it, the generated databaseSchema changes, all String fileds are interpreted as nullable. If i move buildFeature.compose = true into the app module, all works fine.
Maybe a problem with the annotationProcessor?!