Colton Idle
02/24/2021, 10:14 PMIcon(
painterResource = painterResource(R.drawable.custom_right),
contentDescription = "Right"
)
I'm missing something simple... aren't I?
EDIT: Got it. It's painter
not painterResource
for the left side of the =
I swear I got painterResource via autofill the first time
Edit 2: Hm. Just got an autofill again for painted not painter. Curious if maybe slowness from kotlin/IDE is messing me up here.