first commit

This commit is contained in:
kento2 2026-02-14 10:54:24 +01:00
commit f0ea9603d5
14 changed files with 501 additions and 0 deletions

2
settings.gradle.kts Normal file
View file

@ -0,0 +1,2 @@
rootProject.name = "core"
include("core-api")