android / codelab-android-paging

Jetpack Paging codelab
Apache License 2.0
491 stars 260 forks source link

paging3 + rxjava2+ kotlin。 compile error #204

Closed crazy1235 closed 2 years ago

crazy1235 commented 2 years ago

return repoService.searchRepos("${queryString}in:name,description", nextPageNumber, params.getLoadSize()) .subscribeOn(Schedulers.io()) .map(repoSearchResult -> toLoadResult()) .onErrorReturn(PagingSource.LoadResult.Error::new);

use java it's ok.

image

but kotlin there is a problem.

crazy1235 commented 2 years ago

image

The problem has been solved!!!