[🪲 found use 1.9.42-beta or newer] 1.9.41-beta
Changes
- Added ability to use
@Destination
on other annotation classes which can then be used on the composable functions, transferring all their options this way.
Example:
@Destination(
deepLinks = [
DeepLink(
uriPattern = ...,
),
DeepLink(
uriPattern = ...,
)
],
)
@MyDestination
@MyDestination
@Composable
fun MyScreen()
Full Changelog: 1.9.40-beta...1.9.41-beta