You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a personal access token with write:packages access.
Update KotlinMultiplatformConventionPlugin class with a Github username and a personal access token.
Update paging/build.gradle.kts with a Github username and a personal access token.
Search and replace all references of current version with your new version. Current version is 5.1.1-treecard.
In terminal run: ./gradlew publishAllPublicationsToTreecardGithubRepository and wait for it to finish.
Concepts
Store is a typed repository that returns a flow
of Data
/Loading
/Error
from local and network data sources
MutableStore is a mutable repository implementation that allows create (C), read (R),
update (U), and delete (D) operations for local and network resources
Copyright (c) 2024 Mobile Native Foundation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
About
A Kotlin Multiplatform library for building network-resilient applications