Skip to content

Commit

Permalink
Switch to anvil-ksp fork fully (#1126)
Browse files Browse the repository at this point in the history
Anvil upstream is more or less unusable in K2 atm yet removing the KSP
hooks that existed before, so need to move fully over to the KSP fork.

---------

Co-authored-by: Zac Sweers <[email protected]>
  • Loading branch information
slack-oss-bot and ZacSweers authored Dec 10, 2024
1 parent 4b54879 commit 5fe5d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.7.3"
agpAlpha = "8.9.0-alpha04"
anvil = "2.5.0-beta11"
anvil = "0.4.0"
# Release notes: https://asm.ow2.io/versions.html
asm = "9.7.1"
bugsnagGradle = "8.1.0"
Expand Down Expand Up @@ -95,7 +95,7 @@ coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" }
detekt = { module = "io.gitlab.arturbosch.detekt:detekt-core", version.ref = "detekt" }
develocity-agent-adapters = "com.gradle:develocity-gradle-plugin-adapters:1.0.4"
gradleLints = "androidx.lint:lint-gradle:1.0.0-alpha02"
gradlePlugins-anvil = { module = "com.squareup.anvil:gradle-plugin", version.ref = "anvil" }
gradlePlugins-anvil = { module = "dev.zacsweers.anvil:gradle-plugin", version.ref = "anvil" }
gradlePlugins-bugsnag = { module = "com.bugsnag:bugsnag-android-gradle-plugin", version.ref = "bugsnagGradle" }
gradlePlugins-compose = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "compose-jb-stable" }
gradlePlugins-composeCompiler = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
Expand Down

0 comments on commit 5fe5d09

Please sign in to comment.