Fixed
Status Update
Comments
so...@google.com <so...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
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.