1.7.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.7.38-beta...1.7.41-beta