Skip to content

Commit

Permalink
[CHORE/#453] Compose Plugin 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
kkk5474096 committed Jul 22, 2024
1 parent 1deb0a7 commit 64cf4f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id("yello.android.application")
id("yello.android.application.compose")
id("yello.android.androidHilt")
alias(libs.plugins.androidKotlin)
}
Expand All @@ -8,7 +9,4 @@ dependencies {
implementation(project(":core-ui"))
implementation(project(":data"))
implementation(project(":domain"))
implementation(libs.androidx.appCompat)
implementation(libs.materialDesign)
implementation(libs.androidx.constraintLayout)
}

0 comments on commit 64cf4f3

Please sign in to comment.