A multi-project build with two Kotlin based projects:
- core implements the main algorithm to compute the answer to the ultimate question of Life, the Universe and Everything
- 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