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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## 2.3.0
4
+
5
+
* Add option to extend Anvil with your own `CodeGenerator`, see [here](README.md#extending-anvil) and #265.
6
+
* Use Gradle Property APIs in the Anvil extension. This is a source-breaking change (but binary-compatible) for Kotlin and .kts consumers of the Anvil Gradle plugin, see #284.
7
+
* Upgrade Anvil to Kotlin `1.5.10`. The old legacy compiler backend is still supported and the IR backend not required yet.
8
+
3
9
## 2.2.3 (2021-05-25)
4
10
5
11
* Support the JVM and Android targets for Kotlin Multiplatform projects, see #222.
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,5 +1,5 @@
1
1
GROUP=com.squareup.anvil
2
-
VERSION_NAME=2.2.4-SNAPSHOT
2
+
VERSION_NAME=2.3.0-SNAPSHOT
3
3
4
4
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