veyndan
11/11/2022, 11:38 AMMatthias Geisler
11/11/2022, 11:40 AMveyndan
11/11/2022, 11:41 AMveyndan
11/11/2022, 11:49 AMOG
11/11/2022, 2:56 PMJeff Lockhart
11/22/2022, 6:54 AMType mismatch.
Required:
app.cash.paging.PagingConfig /* = androidx.paging.PagingConfig */
Found:
app.cash.paging.PagingConfigAlso, for a class implementing
PagingSource
, overridden load()
and getRefreshKey()
functions say: "overrides nothing", I believe for the same reason of not properly resolving the parameter and return types.
This is in Android Studio Dolphin.veyndan
11/22/2022, 4:26 PMJeff Lockhart
11/22/2022, 6:45 PMJeff Lockhart
11/30/2022, 5:47 PMKilian
08/23/2023, 5:23 PMIs there any way to supress those Type mismatch errors in the ide? it’s driving me crazy