kiwicom/orbit-compose

Missing Icons and Illustrations

Closed this issue · 5 comments

In 0.25.1 I can't see icons and illustrations in catalog.

Here's what I have found out so far. It's an issue with R8 which keeps the getter @Composables (getAccommodation(), getAirHelp(), ...) but strips the Kotlin Metadata. This means, it's not properly identifying them as Kotlin properties. This means reflective property memberProperties used in IconsScreen.kt won't pick them up.

Switching to com.android.tools.r8-4.0.48 fixed the issue, however I can't make the project sync in the Android Studio, I assume some Android Build Tools version mismatch).

hrach commented

Wouldn't the latest 3 version (3.3.75) fix that as well?

Unfortunately, I have the same results for 3.3.75 as current production.

hrach commented

Building the release version locally seems to work for me. Maybe it is because of the AGP7.4 merge?

Confirmed. Please release a new version into Play Store and close this issue.