Playing around with Molecule (0.5.0-beta01) in a K...
# squarelibraries
g
Playing around with Molecule (0.5.0-beta01) in a KMP lib. I can write
@Composable
functions in my
commonMain
,
iosMain
and
jsMain
sourceSets, but not in
androidMain
(Unresolved reference: Composable). Do I need to add an explicit Compose dependency to
androidMain
but not the others?