Colton Idle
05/17/2024, 2:54 PMandroidx.compose.material.icons.filled.Bookmark
does anyone knwo where those went? I am indeed adding material-icons and icons-extended to my module but still no dice.Louis Pullen-Freilich [G]
05/17/2024, 4:35 PMColton Idle
05/17/2024, 4:40 PMLouis Pullen-Freilich [G]
05/17/2024, 4:46 PM-android
suffixes should be picked automatically when you target android, so you don’t need to specify that explicitlyLouis Pullen-Freilich [G]
05/17/2024, 4:46 PMmaterial-icons-extended
dependency, if you are using r8, and you want all iconsColton Idle
05/17/2024, 4:57 PMmaterial-icons-extended
lets see if that works...
but yes. im using r8 so all the extra icons should be tree shakenyschimke
05/17/2024, 7:25 PMyschimke
05/17/2024, 7:26 PMColton Idle
05/20/2024, 2:19 PMyschimke
05/20/2024, 2:21 PMyschimke
05/20/2024, 2:21 PMimport androidx.compose.material.icons.Icons
import androidx.compose.material.icons.automirrored.filled.VolumeOff
import androidx.compose.material.icons.outlined.Bookmark
...
Icons.Outlined.Bookmark
Icons.AutoMirrored.Default.VolumeOff
yschimke
05/20/2024, 2:23 PMColton Idle
05/20/2024, 2:25 PMColton Idle
05/20/2024, 2:36 PMLouis Pullen-Freilich [G]
05/20/2024, 2:59 PMLouis Pullen-Freilich [G]
05/20/2024, 3:05 PMBookmark
was ever generated as auto mirroredLouis Pullen-Freilich [G]
05/20/2024, 3:05 PMColton Idle
05/20/2024, 3:11 PMColton Idle
05/20/2024, 3:11 PMLouis Pullen-Freilich [G]
05/20/2024, 3:19 PMColton Idle
05/20/2024, 3:26 PMLouis Pullen-Freilich [G]
05/20/2024, 3:34 PMColton Idle
05/20/2024, 3:56 PMLouis Pullen-Freilich [G]
05/20/2024, 4:13 PMColton Idle
05/20/2024, 5:21 PMyschimke
05/20/2024, 5:30 PMColton Idle
05/20/2024, 7:29 PM