Skip to content

1.8.41-beta

Compare
Choose a tag to compare
@raamcosta raamcosta released this 22 Apr 00:14
· 260 commits to main since this release
fac2f0e

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.8.39-beta...1.8.41-beta