diff --git a/playground/src/main/java/com/ramcosta/samples/playground/commons/DestinationsAppExtensions.kt b/playground/src/main/java/com/ramcosta/samples/playground/commons/DestinationsAppExtensions.kt index 2e533d65..3173c85f 100644 --- a/playground/src/main/java/com/ramcosta/samples/playground/commons/DestinationsAppExtensions.kt +++ b/playground/src/main/java/com/ramcosta/samples/playground/commons/DestinationsAppExtensions.kt @@ -59,5 +59,6 @@ val Destination.title TestScreen3Destination -> null ProfileSettingsScreenDestination -> null OtherActivityDestination -> null + AnotherTestScreenDestination -> null } } \ No newline at end of file