Skip to content

Commit 8cf85bc

Browse files
committed
Releasing version 2.3.4.
1 parent 43c856d commit 8cf85bc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
# 2.3.4 (2021-08-27)
4+
5+
* Upgraded Anvil to Kotlin `1.5.21`.
6+
* Properly inject members when property setters are annotated, see #340.
7+
* Properly inject members when using assisted injection, see #342.
8+
* Don't generate a singleton factory (object), if the class with the inject constructor has any type parameter, see #348.
9+
* Look for star imports before checking imports from the Kotlin package. Star imports have a higher priority, see #358.
10+
* Handle the special case of injecting a `Provider<Lazy<Type>>` properly, see #344.
11+
312
## 2.3.3 (2021-06-23)
413

514
* Fix a bug in the Gradle plugin that accidentally realized all tasks in the module instead of evaluating them lazily, see #330.

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.4-SNAPSHOT
2+
VERSION_NAME=2.3.4
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)