Skip to content

Commit 24e769f

Browse files
committed
Add missing annotation for web example
1 parent bb3d9f9 commit 24e769f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose/mpp/demo/src/webMain/kotlin/androidx/compose/mpp/demo/components/DragAndDropExample.web.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ actual fun DragAndDropExample() {
209209
}
210210

211211
@Composable
212+
@OptIn(ExperimentalComposeUiApi::class)
212213
private fun DraggableColorSource(color: Color) {
213214
Box(
214215
Modifier

0 commit comments

Comments
 (0)