robercoding
02/25/2023, 12:58 AMIcon(painter = painterResource("import.svg"), contentDescription = null)
It throws me an error because file is not found.
What am I doing wrong and what is the correct way to get this file path?Icon(painter = painterResource("/import.svg"), contentDescription = null)
Arjan van Wieringen
02/25/2023, 6:23 AM