Compose Desktop is based on AWT, is it a permanent decision?

223 Views Asked by At

I have a Swing component that I'd like to re-implement from scratch using Compose. What I've found, is that many of the Compose features just wrap AWT. For example, PointerEvent class has a nativeEvent which is an instance of java.awt.event.MouseEvent.

Is it safe to rely on these AWT types? Will Compose eventually replace them or not?

0

There are 0 best solutions below