Landry Norris
07/22/2022, 4:46 PMPointerInputChange#isConsumed
, I get an error This API is experimental and is likely to change in the future.
I don’t see any errors in the IDE, and opting in to ExperimentalComposeApi and ExperimentalMaterialApi don’t fix it. Looking at the source, I also don’t see it marked as experimental.Ian G. Clifton
07/23/2022, 12:33 AMIan Lake
07/23/2022, 2:16 AMPointerInputChange
is still marked as experimental (that's the OptIn
annotation): https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]otlin/androidx/compose/ui/input/pointer/PointerEvent.kt;l=412Landry Norris
07/25/2022, 2:06 PM