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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 2.3.7 (2021-10-19)
4
+
5
+
* Allow configuring the `KotlinCompilation` when using the utilities to test custom code generators, see #386.
6
+
* Support invariant and covariant type parameters properly, see #388.
7
+
* Use Psi parsing for assisted factory generation, see #326.
8
+
* Support assisted injection for deeply nested inner classes, see #394.
9
+
* Use Anvil version `2.3.7-1-6-0-RC` if you want to test Kotlin `1.6.0-RC`. Until Anvil hasn't adopted Kotlin `1.6` I'll publish additional versions that are required due to compiler API incompatibilities.
10
+
3
11
## 2.3.6 (2021-10-12)
4
12
5
13
* Support constant members in annotations properly, see #379.
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.3.7-SNAPSHOT
2
+
VERSION_NAME=2.3.7
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