I've added a `ToolTipArea` to a button on a compos...
# compose-desktop
v
I've added a
ToolTipArea
to a button on a compose desktop application. It works fine in the running application, but the preview compilation fails -
Unresolved reference 'TooltipArea'
. Is this something I need to do with expect/actual? Or have I found a bug? I've just updated to compose multiplatform 1.9.1.
I see it won't compile for android either, so I guess I must.