Skip to content

0.1.0-alpha

Highlights

  • Introduced the DeepMatch Gradle plugin (com.aouledissa.deepmatch.gradle) to parse .deeplinks.yml specs per variant, generate Kotlin sources, and optionally emit Android manifest entries.
  • Added the DeepMatch Processor runtime library capable of matching URIs, building typed parameter objects, and dispatching to strongly typed handlers.
  • Published the shared DeepMatch API module containing the spec/parameter data models used across plugin and runtime.
  • Delivered a reusable DeepMatch Testing module with fake handlers/processors and spec fixtures for unit test support.

Dependencies

  • Kotlin: 2.2.20
  • Kotlin Serialization: 1.9.0
  • Android Gradle Plugin (AGP): 8.13.0
  • Android Compile SDK: 36