以下の記事を読まれた方は多いかと思いますが、Navigation 2.8.0-alpha08からNavigation Composeで型安全なAPIが利用可能になっています。stable版が待ち遠しいですね。
上記の記事の最後の方で、DeepLinkについて少しだけ触れられています。しかしながら、実装方法に関する具体的な情報が見つけられなかったので、ライブラリのコードを読みながらどのように実装するのか調べてみました。
調査時のライブラリのバージョンはNavigation 2.8.0-beta05です。
続きを読むBesides support for all of the Kotlin DSL builders we support (...), it also includes other APIs you might find interesting like the
navDeepLinkAPI that takes aSerializableclass and a prefix that allows you to easily connect external links to the same type safe APIs.

