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
+13-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
## [Unreleased]
4
4
5
5
### Added
6
-
- Documented Anvil's roadmap, see [here](https://github.com/square/anvil/blob/main/docs/ROADMAP.md).
7
6
8
7
### Changed
9
8
@@ -19,6 +18,17 @@
19
18
20
19
### Other Notes & Contributions
21
20
21
+
## [2.5.1] - 2025-01-24
22
+
23
+
### Added
24
+
- Documented Anvil's roadmap, see [here](https://github.com/square/anvil/blob/main/docs/ROADMAP.md).
25
+
26
+
### Changed
27
+
- Improved incremental compilation support is now enabled by default ([#1076](https://github.com/square/anvil/pull/1076)). You can still opt-out or temporarily disable this by setting `com.squareup.anvil.trackSourceFiles=false` in your `gradle.properties` file. Note that this property will be removed in a future version.
28
+
29
+
### Dependencies
30
+
- Upgrade Kotlin to `2.0.21` ([#1059](https://github.com/square/anvil/pull/1059)). Note that while this release targets Kotlin 2.0, the K2 compiler is not yet supported (see the roadmap for more details).
31
+
22
32
## [2.5.0] - 2024-12-4
23
33
24
34
Anvil now experimentally supports incremental compilation and Gradle's build caching,
Copy file name to clipboardexpand all lines: gradle.properties
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
GROUP=com.squareup.anvil
2
2
3
3
# When updating this, make sure to also update the parallel release versions in release.yml
4
-
VERSION_NAME=2.5.1-SNAPSHOT
4
+
VERSION_NAME=2.5.1
5
5
6
6
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