Skip to content

1.7.41-beta

Compare
Choose a tag to compare
@raamcosta raamcosta released this 22 Apr 00:13
· 290 commits to main since this release
a141490

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