Skip to content

Commit 48abe7c

Browse files
SerisiumSeri
andauthored
Marked BottomSheet navgraph extension method as public (#11)
Co-authored-by: Seri <[email protected]>
1 parent dc02915 commit 48abe7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottomsheet/src/main/kotlin/dev/hrach/navigation/bottomsheet/NavGraphBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public inline fun <reified T : Any> NavGraphBuilder.bottomSheet(
3333
)
3434
}
3535

36-
internal fun NavGraphBuilder.bottomSheet(
36+
public fun NavGraphBuilder.bottomSheet(
3737
route: String,
3838
arguments: List<NamedNavArgument> = emptyList(),
3939
deepLinks: List<NavDeepLink> = emptyList(),

0 commit comments

Comments
 (0)