chore: setze group und version in Core-LocalDb-Modul, dokumentiere Migration auf Blueprint

This commit is contained in:
2026-04-19 16:45:29 +02:00
parent 96bdc92723
commit 2ab1840237
2 changed files with 33 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@ plugins {
alias(libs.plugins.sqldelight)
}
group = "at.mocode.frontend.core"
version = "1.0.0"
kotlin {
jvm()