Convert :vector
to library and introduce new a application module
#6407
Labels
A-DevX
Anything that can improve the DevX
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
Z-ElementX
Z-Modularization
By converting
:vector
to a library we'll be able to quickly introduce new modules by depending on:vector
We'll introduce a new
:vector-app
module, name TBC, to be ourandroid application
module containing signing configuration, dagger entry point andVectorApplication
classTBD if we want to lift the variants and build types out of the library and only expose them as part of the application module (this has the benefit of making the
:vector
module cacheable and reusable across variants, speeding up CI build times)The text was updated successfully, but these errors were encountered: