Is it possible to use Android widgets like `androidx.compose.material.Button` to build a compose des...
a
Is it possible to use Android widgets like
androidx.compose.material.Button
to build a compose desktop app? I want to reuse the layout I have for tablets…
👌 4
k
These are not Android widgets. These are Material composables that are available on Android, as well as on desktop
🙏 1
2