Vasilis Nicolaou
Vasilis Nicolaou
well, feels less nice when the build is more complex with hilt, R8 + kotlin something like that is needed ``` object release extends AndroidHiltCompose, AndroidKotlinReleaseModule, AndroidR8ReleaseModule { def androidReleaseKeyName:...
this is a working release configuration with a complex setup https://github.com/vaslabs/Pokedex_Compose_Multi_Module/pull/1/files
on the other hand, cross module is fairly straight forward to be plugged in and I don't think we need to do anything there to support it (https://github.com/vaslabs/Pokedex_Compose_Multi_Module/pull/2) apart from...
the question is, this approach has a lot of complexity, do we take the hit? I think we don't do anything and close this PR, the cross module should be...