Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Koin and move apollo sqllite cache code to shared module #15

Merged
merged 1 commit into from Dec 28, 2021

Conversation

joreilly
Copy link
Owner

No description provided.

@joreilly joreilly merged commit 4920ca2 into main Dec 28, 2021
@@ -49,6 +43,7 @@ sealed class Screen(val title: String) {
object Lists : Screen("Lists")
}

@OptIn(ExperimentalWearMaterialApi::class)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was trying to avoid this with the opt-in in build.gradle. Not sure why it's not working in AndroidStudio? Maybe 7.0.4 vs 7.1.0-beta?

But builds work.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I wasn't sure either why I was still getting error for that here.....using Android Studio Arctic Fox fwiw

@yschimke
Copy link
Contributor

That's really nice, thanks for the cleanup.

@joreilly
Copy link
Owner Author

I broke some of the test stuff doing this which I'll fix in next PR....that needed overhaul anyway and going to stat using new standard Kotlinx Coroutines runTest() now that it's available in v1.6

@yschimke
Copy link
Contributor

The thing I was tempted to explore was using the normalization cache to make detail pages effectively free. Part of why I wanted to make sure we have cached results.

@joreilly
Copy link
Owner Author

joreilly commented Dec 28, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants