Skip to content

Files

Latest commit

 

History

History

buildSrc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

AoC: buildSrc

Common build logic for all other subprojects.

Exposes a convention plugin that can be imported in the other subprojects by writing

plugins { id("challenges.common") }

in the build.gradle.kts. Structure taken from this example project.