refactoring(infra-cache)

This commit is contained in:
2025-08-14 18:28:13 +02:00
parent 5e8cd6f79d
commit af2b26ad15
12 changed files with 2149 additions and 15 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ plugins {
// Erlaubt die Verwendung der kotlin.time API im gesamten Modul
kotlin {
compilerOptions {
freeCompilerArgs.add("-Xopt-in=kotlin.time.ExperimentalTime")
freeCompilerArgs.add("-opt-in=kotlin.time.ExperimentalTime")
}
}