Skip to content

Commit

Permalink
[FEAT/#302] app 그래들 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Dec 4, 2024
1 parent 6ea15cd commit ecf1036
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ android {
jvmTarget = libs.versions.jvmTarget.get()
}
buildFeatures {
compose = true
buildConfig = true
}
composeOptions {
Expand All @@ -81,7 +80,6 @@ dependencies {
implementation(project(":data:tokenreissue"))
implementation(project(":data:search"))

implementation(libs.compose.ui.tooling)
implementation(libs.timber)
implementation(libs.kakao.user)
}

0 comments on commit ecf1036

Please sign in to comment.