Introduced a zero-configuration runtime flow driven by generated code:
The plugin now generates a module processor object (for example, AppDeeplinkProcessor).
Clients can call match(uri) directly and branch on typed params.
Added module-level sealed params generation (for example, AppDeeplinkParams), with generated
*DeeplinkParams implementing this sealed interface for exhaustive when checks.
Added a composite-build sample app at samples/android-app demonstrating: