Ian Warwick
03/05/2020, 5:13 PM// TODO(b/137794549): Remove View System-related expect/actuals
internal actual typealias View = android.view.View
So I guess if you are doing compose stuff then you won't be allowed to access View
in the same file?shikasd
03/05/2020, 5:16 PMIan Warwick
03/05/2020, 5:16 PMshikasd
03/05/2020, 5:18 PMimport android.view.View
on the top of the file?Ian Warwick
03/05/2020, 5:18 PMLeland Richardson [G]
03/05/2020, 5:53 PMIan Warwick
03/06/2020, 9:53 AM