Hey guys, I'm pretty new with coroutines. Got stuck with a concept that was showcased in GithubBrowser Sample from AndroidArchitectureComponent GitHub repo. So using coroutines in Repository how can I wrap the data into NetworkBoundResource obj to ensure broader scope with the request as stated in the sample. Did anyone tried implementing the same on Android? I tried going through some samples but couldn't find one doing the needful.