JetPack Compose is great, however it's not production ready yet. Many apps are relying heavily on RecyclerViews and current UI system. With Recycler Adapter the purpose is to fill the gap, allowing to write declarative UIs right now and be prepared to embrace Compose gradually:
https://github.com/gotev/recycler-adapter It's already used in many production apps successfully. Give it a try!