chore: migriere core/network Modul auf Module Structure Blueprint, setze group und version, dokumentiere Änderungen

This commit is contained in:
2026-04-19 16:50:30 +02:00
parent cb6db36adb
commit b19f7cadb8
2 changed files with 33 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ plugins {
alias(libs.plugins.kotlinSerialization)
}
group = "at.mocode.frontend.core"
version = "1.0.0"
kotlin {
jvm()