Grigorii Yurkov
10/30/2019, 7:23 PMjava.lang.ClassCastException: kotlin.Unit cannot be cast to java.lang.Boolean
Luca Nicoletti
10/30/2019, 7:33 PMAnnotating a function or expression with [Composable] changes the type of that function or expression.
Unit
which is what a @Composable
function returns to Boolean
Grigorii Yurkov
10/30/2019, 7:35 PMMichal Bacik
10/30/2019, 7:40 PM@Composable
returns anything else than Unit
.alexsullivan114
10/30/2019, 7:48 PMLuca Nicoletti
10/30/2019, 7:49 PMMichal Bacik
10/30/2019, 7:50 PMLeland Richardson [G]
10/30/2019, 8:09 PMalexsullivan114
10/30/2019, 8:11 PMLuca Nicoletti
10/30/2019, 8:11 PMMichal Bacik
10/30/2019, 8:14 PMEffect
, it will be gone 😳Leland Richardson [G]
10/30/2019, 8:16 PMalexsullivan114
10/30/2019, 8:18 PMLuca Nicoletti
10/30/2019, 8:18 PMLeland Richardson [G]
10/30/2019, 8:18 PMalexsullivan114
10/30/2019, 8:19 PMLeland Richardson [G]
10/30/2019, 8:20 PMMichal Bacik
10/30/2019, 8:21 PMLeland Richardson [G]
10/30/2019, 8:21 PMalexsullivan114
10/30/2019, 8:23 PMLuca Nicoletti
10/30/2019, 8:23 PMrepo
🧌Leland Richardson [G]
10/30/2019, 8:29 PMMichal Bacik
10/30/2019, 8:37 PMinvoke
, Observe
and few other. Isn't 350 nested calls too much?Leland Richardson [G]
10/30/2019, 8:38 PMLuca Nicoletti
10/30/2019, 8:38 PMcomposable
to recompose
themselves or not? 🧌Leland Richardson [G]
10/30/2019, 8:38 PMLuca Nicoletti
10/30/2019, 8:44 PMMichal Bacik
10/30/2019, 8:44 PMkioba
10/30/2019, 8:45 PMLeland Richardson [G]
10/30/2019, 8:46 PMChuck Jazdzewski [G]
10/30/2019, 9:48 PMKlaas Kabini
01/16/2020, 12:01 AM