api와 storage에 대해 멀티모듈 구조로 분리

This commit is contained in:
2026-01-11 22:20:02 +09:00
parent 24b3b640bc
commit 0cf452bf3b
13 changed files with 1828 additions and 48 deletions

View File

@@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(./gradlew balance-core-api:dependencies:*)",
"Bash(./gradlew detekt:*)"
]
}
}