fix gradle dependencies

This commit is contained in:
kento2 2026-02-14 12:51:06 +01:00
parent f0ea9603d5
commit af296638fd
7 changed files with 84 additions and 16 deletions

View file

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