Initial API

This commit is contained in:
2025-04-21 11:27:13 +02:00
commit 5f91256c31
23 changed files with 1317 additions and 0 deletions

5
api/settings.gradle.kts Normal file
View File

@ -0,0 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "api"