https://kotlinlang.org logo
k

kevin.cianfarini

08/03/2019, 4:04 PM
Does anyone know if flow extensions for
DataSource.Factory
already exist as a package? If not, is there somewhere that makes sense to contribute them?
m

Mark Murphy

08/03/2019, 4:14 PM
In terms of official support, most likely that would go in
androidx.paging:paging-common-ktx
, and there are no extensions for
DataSource.Factory
in
androidx.paging:paging-common-ktx:2.1.0
(latest current version).
k

kevin.cianfarini

08/03/2019, 4:39 PM
do you know if they accept pull requests?
m

Mark Murphy

08/03/2019, 4:41 PM
I can't answer that, sorry. If anything, it would be through their whole Gerrit-based system for AOSP, which (last I checked) is still how the main AndroidX libraries are being developed.
d

Dustin Lam

08/09/2019, 3:17 AM
Hello! We're very open to pull requests! Let me know if you need help getting setup. 🙂
in terms of kotlin-flow extensions, that would probably be shipped as a new artifact so I'd need to file a ticket and get that approved first
k

kevin.cianfarini

08/09/2019, 5:42 PM
awesome! I will take a look into this. Thanks!
3 Views