Fixed
Status Update
Comments
as...@google.com <as...@google.com>
ap...@google.com <ap...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
ju...@google.com <ju...@google.com>
na...@google.com <na...@google.com> #3
since it is already marked as deprecated, we can probably do it by now.
Description
Navigation recently added support for actions and mimeTypes inside of deep links.
There is also a new NavDeepLink Kotlin DSL .
While is is not possible to construct an empty NavDeepLink from java, you can do so from the Kotlin DSL and it will throw an IllegalStateException.
We should add a lint check to notify developers that when using the Kotlin DSL a NavDeepLink must have an uri, action, and/or mimetype or it is invalid.