Skip to content

Commit abe99f3

Browse files
committed
fix: fixes build for missing method
1 parent f9c7b40 commit abe99f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nibel-runtime/src/main/kotlin/nibel/runtime/ComposableEntry.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ abstract class ComposableEntry<A : Parcelable>(
3535
}
3636
}
3737
}
38+
39+
@Suppress("UnusedParameter")
40+
fun buildRouteName(base: String, args: Parcelable? = null): String = base

0 commit comments

Comments
 (0)