We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b8a60 commit 12a6b70Copy full SHA for 12a6b70
android/app/src/main/java/com/emergetools/hackernews/features/comments/CommentsRouting.kt
@@ -13,6 +13,9 @@ import com.emergetools.hackernews.userStorage
13
import com.emergetools.hackernews.webClient
14
import kotlinx.serialization.Serializable
15
16
+/**
17
+ * Destinations related to the comments feature.
18
+ */
19
sealed interface CommentsDestinations {
20
@Serializable
21
data class Comments(val storyId: Long) : CommentsDestinations
0 commit comments