Fixed
Status Update
Comments
so...@google.com <so...@google.com>
ap...@google.com <ap...@google.com> #2
Thanks! This looks like a bug, thank you for reporting!
No update yet.
Thanks! This looks like a bug, thank you for reporting!
Description
As of Compose
1.0.0-alpha01
bothRowScope
andColumnScope
are declared as object which allows methods inside it to be statically imported which causes a lot of confusion. Here is one such example:Instead these types of scopes should be interfaces to prevent static imports.