Skip to content

Commit 9add6e2

Browse files
committed
Releasing version 2.3.7.
1 parent 9881c86 commit 9add6e2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 2.3.6 (2021-10-12)
412

513
* Support constant members in annotations properly, see #379.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.anvil
2-
VERSION_NAME=2.3.7-SNAPSHOT
2+
VERSION_NAME=2.3.7
33

44
POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
55
POM_INCEPTION_YEAR=2020

0 commit comments

Comments
 (0)