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
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
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
+
3
9
## 2.3.8 (2021-11-04)
4
10
5
11
* Add an option in the Anvil DSL `syncGeneratedSources` to sync generated sources in the IDE, see #412.
Copy file name to clipboardExpand all lines: gradle.properties
+1-1
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.9-SNAPSHOT
2
+
VERSION_NAME=2.3.9
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