Skip to content

Instantly share code, notes, and snippets.

@tunjid
Created October 19, 2021 14:17
Show Gist options
  • Select an option

  • Save tunjid/85e882efe5f9788bf8303606f8347f78 to your computer and use it in GitHub Desktop.

Select an option

Save tunjid/85e882efe5f9788bf8303606f8347f78 to your computer and use it in GitHub Desktop.
@OptIn(ExperimentalPagingApi::class)
class GithubRemoteMediator(
) : RemoteMediator<Int, Repo>() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment