allan.conda
01/14/2021, 11:07 AM@Composable properties should be declared with the @Composable annotation on the getter, and not the property itself.But it won’t let me do it. What’s the right way?
jaqxues
01/14/2021, 11:22 AM@get:Composable
val arrowLeft: ImageVector
get() = //....
allan.conda
01/14/2021, 12:02 PMVipulyaara
01/14/2021, 3:24 PM