Basic Matrix and Matrix Storage implementation

This commit is contained in:
2026-05-11 22:26:29 +02:00
parent 37d3cfcebe
commit 9f20223e92
21 changed files with 331 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ mockk = "1.14.9" # https://mvnrepository.com/artifact/io.mockk/mockk
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlin" }
memoize = {group = "org.duckdns.davygora", name = "memoize", version.ref="memoize"}
memoize = { group = "org.duckdns.davygora", name = "memoize", version.ref = "memoize" }
# Test