Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 622 Bytes

File metadata and controls

18 lines (12 loc) · 622 Bytes

Frequently Asked Questions

Are there any conventions being adopted in this project?

Yes, the modules, targets, and source sets in this project follow a name convention. It is possible to change or configure them to not use this convention, if needed. The convention is only used to make the modules, targets, and sources sets configurations easier to write.

If you want to check how are these configurations take a look at the following files:

com.company.team.project.dsl.model.enum_.ModuleEnum

com.company.team.project.dsl.model.enum_.TargetEnum

com.company.team.project.dsl.model.enum_.SourceSetEnum