Add multi-layer support

This commit is contained in:
2026-03-26 21:21:31 +01:00
parent 3dd4404f51
commit 64bc830f18
30 changed files with 228 additions and 172 deletions

View File

@@ -10,6 +10,8 @@ repositories {
}
dependencies {
implementation("org.jfree:jfreechart:1.5.4")
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")