Skip to content

Commit 4bffe14

Browse files
committed
Add a comment
1 parent 040f715 commit 4bffe14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • common/src/commonMain/kotlin/com/huanshankeji/compose/foundation/ext

common/src/commonMain/kotlin/com/huanshankeji/compose/foundation/ext/Scroll.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import androidx.compose.runtime.Composable
44
import com.huanshankeji.compose.foundation.layout.BoxScope
55
import com.huanshankeji.compose.ui.Modifier
66

7+
// Also consider moving these to `com.huanshankeji.compose.foundation.layout.ext` because they depend on `Box` on Compose UI which is in the `layout` package.
8+
79
@Composable
810
expect fun VerticalScrollContainer(
911
modifier: Modifier = Modifier,

0 commit comments

Comments
 (0)