Skip to content

Commit

Permalink
improvement: 使用 ksp
Browse files Browse the repository at this point in the history
  • Loading branch information
xihan123 committed Dec 3, 2023
1 parent 173bb6d commit 7626992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ dependencies {
implementation(libs.hilt.android)
implementation(libs.hilt.work)
implementation(libs.hilt.navigation.compose)
kapt(libs.hilt.compiler)
kapt(libs.hiltx.compiler)
ksp(libs.hilt.compiler)
ksp(libs.hiltx.compiler)

implementation(platform(libs.compose.bom))
implementation(libs.ui)
Expand Down

0 comments on commit 7626992

Please # to comment.