I’ve run into a build error I don’t quite understa...
# compose
l
I’ve run into a build error I don’t quite understand. Whenever I use
PointerInputChange#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.
i
I think you have to opt in to ExperimentalComposeUiApi to use PointerInputChange
i
l
The ExperimentalComposeUiApi annotation worked. I wonder why the IDE didn’t mark it as required or suggest it.