Skip to content

1.2.0

Added

  • verbose option on the deepMatch { } extension to control plugin build log output. When false (default), progress messages are routed to Gradle's --info level and silenced in normal builds. Set verbose = true to restore the previous always-on behavior.

Fixed

  • Fixed Gradle configuration cache violation in GenerateDeeplinkReportTask caused by accessing project.file() at execution time. Paths are now resolved as absolute File references at configuration time.
  • Fixed missing @PathSensitive normalization strategy on all @InputFiles task properties, which would cause spurious up-to-date misses when the project was moved or checked out at a different absolute path.

Changed

  • All code-generation and manifest tasks are now declared @CacheableTask, enabling Gradle build cache participation in addition to configuration cache compatibility.
  • Upgraded Android Gradle Plugin (AGP), Kotlin, and Gradle Publish Plugin to latest compatible versions.

Dependencies

  • Kotlin: 2.3.20
  • Kotlin Serialization: 1.10.0
  • Android Gradle Plugin (AGP): 9.1.0
  • Android Compile SDK: 36