Skip to content

Commit

Permalink
[CHORE] #16 : Compose, Hilt Plugin 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Oct 12, 2023
1 parent 305a105 commit 50d22b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion feature/auth/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
plugins {
id("com.wap.wapp.feature")
id("com.wap.wapp.compose")
id("com.wap.wapp.hilt")
}

android {
Expand All @@ -24,8 +26,8 @@ android {
dependencies {
implementation(project(":core:domain"))
implementation(project(":core:model"))
implementation(project(":core:designresource"))
implementation(project(":core:designsystem"))
implementation(project(":core:designresource"))

implementation(libs.bundles.androidx)
implementation(libs.material)
Expand Down

0 comments on commit 50d22b5

Please sign in to comment.