Join Slack
Powered by
I have added the "onPointerEvent" modifier on the ...
# compose-desktop
d
Daniele B
07/13/2023, 8:44 AM
I have added the "onPointerEvent" modifier on the common code, but now it doesn't compile for Android. I guess it doesn't exist on Android. What is the best strategy to add platform-specific modifiers?
n
Nikita Lipsky
07/13/2023, 10:42 AM
expect/actual? See for instance
https://github.com/JetBrains/compose-multiplatform/blob/1346feea5a52f6c2f76373f253[…]fects/shared/src/commonMain/kotlin/platform/PointerEventKind.kt
d
Daniele B
07/13/2023, 12:16 PM
thanks, Nikita
22
Views
Open in Slack
Previous
Next