Hi - first time playing around with Jetpack compos...
# compose
n
Hi - first time playing around with Jetpack compose. When I try to use a Column or Row, do I need to import the packages one at a time or is there a way to import the compose namespace and not have to worry about specific packages (i.e. .Column, .Row). Thank you!