Skip to content

Commit

Permalink
feat: switch to KSP-enabled Anvil fork
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Aug 29, 2024
1 parent 6c58bae commit e00be7f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidxCore = "1.13.1"
androidxFragment = "1.8.2"
androidxLifecycle = "2.8.4"
androidxWork = "2.9.1"
anvil = "2.5.0-beta11"
anvil = "0.2.6"
dagger = "2.52"
kotlin = "1.9.25"
kotlinxCoroutines = "1.6.4"
Expand All @@ -17,7 +17,7 @@ truth = "1.4.4"
autoService = "1.1.1"

[plugins]
anvil = { id = "com.squareup.anvil", version.ref = "anvil" }
anvil = { id = "dev.zacsweers.anvil", version.ref = "anvil" }
androidApplication = { id = "com.android.application", version.ref = "androidGradle" }
androidLibrary = { id = "com.android.library", version.ref = "androidGradle" }
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
Expand All @@ -42,11 +42,11 @@ androidxLifecycleSavedState = { module = "androidx.lifecycle:lifecycle-viewmodel
androidxLifecycleViewModel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidxLifecycle" }
androidxLifecycleViewModelCompose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidxLifecycle" }
androidxWorkRuntime = { module = "androidx.work:work-runtime-ktx", version.ref = "androidxWork" }
anvilAnnotations = { module = "com.squareup.anvil:annotations", version.ref = "anvil" }
anvilAnnotationsOptional = { module = "com.squareup.anvil:annotations-optional", version.ref = "anvil" }
anvilCompiler = { module = "com.squareup.anvil:compiler-api", version.ref = "anvil" }
anvilCompilerUtils = { module = "com.squareup.anvil:compiler-utils", version.ref = "anvil" }
anvilGradle = { module = "com.squareup.anvil:gradle-plugin", version.ref = "anvil" }
anvilAnnotations = { module = "dev.zacsweers.anvil:annotations", version.ref = "anvil" }
anvilAnnotationsOptional = { module = "dev.zacsweers.anvil:annotations-optional", version.ref = "anvil" }
anvilCompiler = { module = "dev.zacsweers.anvil:compiler-api", version.ref = "anvil" }
anvilCompilerUtils = { module = "dev.zacsweers.anvil:compiler-utils", version.ref = "anvil" }
anvilGradle = { module = "dev.zacsweers.anvil:gradle-plugin", version.ref = "anvil" }
dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
daggerCompiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
truth = { module = "com.google.truth:truth", version.ref = "truth" }
Expand Down

0 comments on commit e00be7f

Please sign in to comment.