Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Latest commit

 

History

History

multi-kotlin-project-config-injection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

multi-kotlin-project-config-injection

A multi-project build with two Kotlin based projects:

  1. core implements the main algorithm to compute the answer to the ultimate question of Life, the Universe and Everything
  2. cli implements the command line interface

Common behavior for all projects, including KotlinCompile task configuration is defined in the root project build script.

Plugin application and dependency configuration is segregated to each separate subproject.

Run with:

./gradlew run

Check all project dependencies with:

./gradlew dependencies