大規模リファクタ #143

Merged
Fujimatsu merged 61 commits from feature/change_module into main 2024-07-07 06:44:07 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 10be91ba19 - Show all commits

View File

@ -45,6 +45,7 @@ dependencies {
implementation project(':feature:parent') implementation project(':feature:parent')
implementation project(':feature:child') implementation project(':feature:child')
implementation project(':feature:setting') implementation project(':feature:setting')
implementation project(':feature:common')
implementation project(':data') implementation project(':data')

View File

@ -44,4 +44,5 @@ dependencies {
implementation project(':model') implementation project(':model')
implementation project(':utils') implementation project(':utils')
implementation project(':data') implementation project(':data')
implementation project(':shared')
} }