mars885 / gamedge

An Android application for browsing video games and checking the latest gaming news from around the world.
Apache License 2.0
638 stars 63 forks source link

Provide `contentType` for lazy layouts #202

Closed mars885 closed 2 years ago

mars885 commented 2 years ago

As of Jetpack Compose 1.2, it's desirable to provide contentType for lazy layouts to achieve better reusability of composables in case layouts comprise of different types of items.