Can I use relay for compose in an non-Android modu...
# compose
f
Can I use relay for compose in an non-Android module? I would like to use the imported ui-package in the shared code of a multi-platform project.
c
It currently outputs Jetpack Compose Android code, so you’d have to do the translation yourself for pieces that are not multiplatform