Skip to content

Commit

Permalink
필요없는 라이브러리 의존성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed May 15, 2024
1 parent 2c8f20c commit bd4f93b
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ dependencies {
projects.feature.home,
projects.feature.onboarding,
projects.feature.splash,

libs.androidx.splash,
libs.androidx.startup,
libs.androidx.core,
Expand Down
1 change: 0 additions & 1 deletion core/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ android {
dependencies {
implementations(
libs.kotlinx.datetime,
libs.androidx.core,
libs.timber,
libs.bundles.retrofit,
libs.bundles.androidx.compose,
Expand Down
1 change: 0 additions & 1 deletion core/designsystem/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ android {

dependencies {
implementations(
libs.androidx.core,
libs.bundles.androidx.compose
)
}
1 change: 0 additions & 1 deletion core/ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies {
projects.core.common,

libs.kotlinx.datetime,
libs.androidx.core,
libs.lottie.compose,
libs.bundles.androidx.compose,
)
Expand Down
1 change: 0 additions & 1 deletion feature/complete/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
projects.core.ui,
projects.core.common,

libs.androidx.core,
libs.androidx.hilt.compose.navigation,
libs.lottie.compose,
libs.timber,
Expand Down
1 change: 0 additions & 1 deletion feature/home/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies {

libs.kotlinx.collections.immutable,
libs.kotlinx.datetime,
libs.androidx.core,
libs.androidx.hilt.compose.navigation,
libs.lottie.compose,
libs.facebook.shimmer,
Expand Down
1 change: 0 additions & 1 deletion feature/onboarding/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
projects.core.ui,
projects.core.common,

libs.androidx.core,
libs.androidx.hilt.compose.navigation,
libs.lottie.compose,
libs.timber,
Expand Down
1 change: 0 additions & 1 deletion feature/splash/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
projects.core.ui,
projects.core.common,

libs.androidx.core,
libs.androidx.hilt.compose.navigation,
libs.lottie.compose,
libs.bundles.androidx.compose,
Expand Down

0 comments on commit bd4f93b

Please sign in to comment.