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

Fixup bitrots in the emoji search sample #655

Merged
merged 2 commits into from
Aug 15, 2022

Conversation

swankjesse
Copy link
Contributor

No description provided.

kotlin("plugin.serialization")
}

kotlin {
jvm()
android {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

switching from JVM to Android as we now need an Android context to create a ZiplineLoader on any Android platform. This is because we use Android’s sqlite in the cache!

@@ -19,7 +19,7 @@ import app.cash.zipline.ZiplineService
import kotlinx.coroutines.flow.Flow

interface EmojiSearchPresenter : ZiplineService {
suspend fun produceModels(
fun produceModels(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was unnecessary and it also triggered this bug: #654

Co-authored-by: Jake Wharton <jw@squareup.com>
@swankjesse swankjesse merged commit 797f4bd into trunk Aug 15, 2022
@swankjesse swankjesse deleted the jwilson.0815.fixup_emoji_search branch August 15, 2022 20:27
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