Skip to content

[🪲 found use 1.9.42-beta or newer] 1.9.41-beta

Compare
Choose a tag to compare
@raamcosta raamcosta released this 22 Apr 00:15
· 254 commits to main since this release
40168c8

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