Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 1.09 KB

File metadata and controls

28 lines (23 loc) · 1.09 KB

BuildSrc модуль

Appointment

This module is designed to store dependencies and their versions

Описание

The module itself has the following divisions:

  • const
    • CompileVersions - needed to highlight the build version of the project
    • Dependecies - contains all the necessary versions and dependencies
  • conventions
    • base - basic conventions that contain the initial settings
    • module - conventions that extend the basic conventions of the minimum level of use
    • module_extended - specific conventions that extend conventions from module

The expansion process

base -------> module -------> module_advanced

                OR
                
base -----------------------> module_advanced