compose-lobsters/api
Aditya Wasan 0fcf584b01
src: make LobstersRepository a singleton
Earlier both LobstersViewModel and LobstersPagingSource were getting a different instance of LobstersRepository.
This lead to cache issues where LobstersPagingSource filled the cache but it was not available to the LobstersViewModel.

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
2021-02-05 15:00:23 +05:30
..
src src: make LobstersRepository a singleton 2021-02-05 15:00:23 +05:30
.gitignore all: move model classes to database, rename model to api 2021-01-30 12:50:09 +05:30
build.gradle.kts src(databse,buildSrc): remove kotlinReflect and opt into ExperimentalStdlibApi 2021-01-30 12:51:17 +05:30