ARTICLE AD BOX
everybody! In short: I have a pet project created with KMP (no shared ui) in that project I have set up AndroidX Paging3 library, which as documentation states supports kmp. I have a method that returns Flow<PagingData> in my commonMain repository. And on android side it seems to work fine, but I can't fathom how to collect it in my SwiftUI project. Can anybody share a way to collect it or an example project?
