https://kotlinlang.org logo
#compose
Title
# compose
a

Arkadii Ivanov

09/09/2020, 5:17 PM
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
2 Views