Closed chrisbanes closed 9 months ago
Hi, can you provide a reproducer? It worked for me in a simple project.
Maybe ./gradlew clean
will help?
Sorry, yep just a Gradle caching issue.
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Describe the bug My projects use icons such as
Icons.Default.ArrowBack
inandroidx.compose.material
. Some of the icons have now been deprecated, containing areplaceWith
to migrate toIcons.AutoMirrored.Filled.ArrowBack
. Unfortunately those functions are not available in the iOS version of Material icons.When building for iOS the build fails with:
There might be other icons missing.
Affected platforms Select one of the platforms below:
If the bug is Android-only, report it in the Jetpack Compose tracker
Versions