diff --git a/compose/ui/ui/src/jsWasmMain/kotlin/androidx/compose/ui/draganddrop/DragAndDrop.jsWasm.kt b/compose/ui/ui/src/jsWasmMain/kotlin/androidx/compose/ui/draganddrop/DragAndDrop.jsWasm.kt index 1701d6b7a618e..96f01fb6fbd24 100644 --- a/compose/ui/ui/src/jsWasmMain/kotlin/androidx/compose/ui/draganddrop/DragAndDrop.jsWasm.kt +++ b/compose/ui/ui/src/jsWasmMain/kotlin/androidx/compose/ui/draganddrop/DragAndDrop.jsWasm.kt @@ -21,7 +21,7 @@ import androidx.compose.ui.geometry.Offset /** * A representation of an event sent by the platform during a drag and drop operation. */ -actual class DragAndDropEvent internal constructor(val offset: Offset) +actual class DragAndDropEvent internal constructor(internal val offset: Offset) /** * Returns the position of this [DragAndDropEvent] relative to the root Compose View in the