Skip to content

Commit 931820d

Browse files
committed
Releasing version 2.3.9.
1 parent 932b40f commit 931820d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.3.9 (2021-11-08)
4+
5+
* Add a workaround for AGP to sync generated sources with `syncGeneratedSources`, see #413.
6+
* Ignore functions with defaults in assisted factories, see #415.
7+
* Use Anvil version `2.3.9-1-6-0-RC2` if you want to test Kotlin `1.6.0-RC2`. Until Anvil hasn't adopted Kotlin `1.6` I'll publish additional versions that are required due to compiler API incompatibilities.
8+
39
## 2.3.8 (2021-11-04)
410

511
* Add an option in the Anvil DSL `syncGeneratedSources` to sync generated sources in the IDE, see #412.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.anvil
2-
VERSION_NAME=2.3.9-SNAPSHOT
2+
VERSION_NAME=2.3.9
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)