like two-thirds of the requirements met; interface remaining

This commit is contained in:
steven@devbox 2025-08-02 08:47:27 +00:00
commit 28419157af
13 changed files with 643 additions and 2 deletions

View file

@ -0,0 +1,14 @@
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.14.3/userguide/multi_project_builds.html in the Gradle documentation.
*/
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
}
rootProject.name = "solution"
include("app")