| Age | Commit message (Collapse) | Author |
|
This change updates the build system Gradle to version 7.5, which ships
Kotlin 1.6.21. That is the same version currently used by OpenDC and
should reduce the warning messages produced by Gradle due to version
mismatches.
|
|
This change moves build dependencies used by Gradle into the version catalog
to ensure a single location for all dependency versions.
|
|
This change updates the build scripts to use type-safe project accessors
when specifying build dependencies between modules.
|
|
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.
With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
|