You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,25 @@
3
3
**Unreleased**
4
4
--------------
5
5
6
+
0.5.1
7
+
-----
8
+
9
+
_2025-12-05_
10
+
11
+
### Deprecation
12
+
13
+
Following Anvil's move to maintenance mode, this library is now deprecated and recommends adopting [Metro](https://github.com/zacsweers/metro).
14
+
15
+
This library was always a stopgap solution to unlock K2 support with Anvil semantics. With Anvil ceasing new development in favor of Metro, there's no reason to continue developing this library. Metro is my primary focus now.
16
+
17
+
I am happy to accept small patches as needed for bugfixes, but otherwise no new features will be happening.
18
+
19
+
### Changes
20
+
21
+
- Avoid removed `useK2()` API in legacy compiler plugin.
22
+
23
+
Special thanks to [@jstewart5000](https://github.com/jstewart5000) for contributing to this release!
Copy file name to clipboardExpand all lines: gradle.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
GROUP=dev.zacsweers.anvil
2
2
3
3
# When updating this, make sure to also update the parallel release versions in release.yml
4
-
VERSION_NAME=1.0.0-SNAPSHOT
4
+
VERSION_NAME=0.5.1
5
5
6
6
POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
0 commit comments