Skip to content

Commit

Permalink
Migrate to Hilt KSP compiler (#4136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Jan 3, 2024
1 parent e8e7bad commit 6494247
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.google.ksp)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.kotlin.kapt)
alias(libs.plugins.kotlin.parcelize)
}

Expand Down Expand Up @@ -147,7 +146,7 @@ dependencies {
implementation libs.bundles.autodispose

implementation libs.bundles.dagger
kapt libs.bundles.dagger.processors
ksp libs.bundles.dagger.processors

implementation libs.sparkbutton

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.google.ksp) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.kotlin.kapt) apply false
alias(libs.plugins.kotlin.parcelize) apply false
alias(libs.plugins.ktlint) apply false
}
Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ autodispose = "2.2.1"
bouncycastle = "1.70"
conscrypt = "2.5.2"
coroutines = "1.7.3"
dagger = "2.48.1"
dagger = "2.49"
diffx = "1.1.1"
emoji2 = "1.3.0"
espresso = "3.5.1"
Expand Down Expand Up @@ -59,7 +59,6 @@ xmlwriter = "1.0.4"
android-application = { id = "com.android.application", version.ref = "agp" }
google-ksp = "com.google.devtools.ksp:1.9.20-1.0.13"
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
ktlint = "org.jlleitschuh.gradle.ktlint:11.5.1"

Expand Down

0 comments on commit 6494247

Please sign in to comment.