Loads of additions.

-Added: Indirect Sorters.
-Added: ReferenceMaps
-Fixed: A bunch of smaller bugs found due to tests
This commit is contained in:
2026-05-14 19:21:38 +02:00
parent 2f1525ab57
commit 58a9eb38b4
9 changed files with 3804 additions and 43 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ dependencies {
builderImplementation 'com.google.code.gson:gson:2.10'
builderImplementation 'de.speiger:Simple-Code-Generator:1.3.0'
testImplementation 'junit:junit:4.12'
testImplementation 'com.google.guava:guava-testlib:31.0.1-jre'
testImplementation 'com.google.guava:guava-testlib:33.6.0-jre'
}