1.2.0¶
Added¶
verboseoption on thedeepMatch { }extension to control plugin build log output. Whenfalse(default), progress messages are routed to Gradle's--infolevel and silenced in normal builds. Setverbose = trueto restore the previous always-on behavior.
Fixed¶
- Fixed Gradle configuration cache violation in
GenerateDeeplinkReportTaskcaused by accessingproject.file()at execution time. Paths are now resolved as absoluteFilereferences at configuration time. - Fixed missing
@PathSensitivenormalization strategy on all@InputFilestask 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