Releases: square/anvil
Releases · square/anvil
v1.0.6
- Add the annotation artifact as an
implementationdependency instead ofapi#40. - Remove the strong dependency on the Android Gradle Plugin and allow Anvil to be used in pure JVM modules #39.
Note: This version is compatible with Kotlin 1.3.72 and 1.4.0-rc. The bug that required special builds for the 1.4 milestone releases was fixed.
v1.0.5-1.4-M3
- Renamed the project from Hephaestus to Anvil #12. IMPORTANT: Anvil is not compatible with Hephaestus and you must upgrade the plugin in all of your libraries. The artifact coordinates changed, too.
- Same as
1.0.5, only built with Kotlin 1.4-M3.
v1.0.5
v1.0.4-1.4-M3
- Ensure that types cannot be included and excluded at the same time, which leads to unexpected results.
- Fix a classpath issue in the Gradle plugin when using the new plugin syntax #31.
- Same as
1.0.4, only built with Kotlin 1.4-M3.
v1.0.4
v1.0.3-1.4-M3
- Bug fix for Gradle's configuration caching #29.
- Same as
1.0.3, only built with Kotlin 1.4-M3.
v1.0.3
v1.0.2-1.4-M3
Discarded
v1.0.2
v1.0.1-1.4-M3
- Same as v1.0.1, but built with Kotlin
1.4-M3. This version should be used when you use Kotlin1.4-M3in your project.