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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## 2.3.8 (2021-11-04)
4
+
5
+
* Add an option in the Anvil DSL `syncGeneratedSources` to sync generated sources in the IDE, see #412.
6
+
* Fall back to PSI parsing for `BindingModuleGenerator`, see #310. (this allows you generated `@ContributesBinding` annotations in custom code generators)
7
+
* Support generic supers for assisted factories when the assisted factory interface is generated, see #407.
8
+
* Support generic type resolution in assisted factories, see #395. (regression in previous release)
9
+
* Align `TypeNames` for assisted lambda arguments between descriptors and PSI, see #400. (regression in previous release)
10
+
* Enable experimental Anvil APIs by default in the compiler testing utilities, see #398.
11
+
* Make it easy the feed a compilation result to another Anvil compilation in the testing utilities, see #404.
12
+
3
13
## 2.3.7 (2021-10-19)
4
14
5
15
* Allow configuring the `KotlinCompilation` when using the utilities to test custom code generators, see #386.
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.8-SNAPSHOT
2
+
VERSION_NAME=2.3.8
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