Starting to move some of my Android Compose code o...
# compose-desktop
k
Starting to move some of my Android Compose code over to a common code base and trying to use jetbrains compose. Can’t find a few classes like Dialog, I see some dialog specific code in org.jetbrains.compose.ui:ui-desktop. Even when I specify it as a dependency, it doesn’t seem to show
d
Dialog is not in common code yet iirc.
j
Yeah, if you want to use it from common code, the best path forward is to write your own expect+actual (https://kotlinlang.org/docs/mpp-connect-to-apis.html).
👍 1