Hello. I'm trying to use Compose in a multiplatfor...
# compose
a
Hello. I'm trying to use Compose in a multiplatform module. For some reason I'm not able to call any
@Composable inline
function from another
@Composable
function. E.g. I can't call
Column {}
. There is a compilation error.
Same code compiles just fine in the Android app module