Loading repository data…
Loading repository data…
jarroyoesp / repository
Compose Multiplatform Sample (KMP) that serves as a comprehensive example demonstrating the integration of Compose Multiplatform, GraphQL data consumption, and SQLDelight for local data persistence.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Compose Multiplatform Sample (KMP) that serves as a comprehensive example demonstrating the integration of Compose Multiplatform, GraphQL data consumption, and SQLDelight for local data persistence.
Using data from the GraphQL endpoint SpaceX-GraphQL
Current supported Platforms are:
To execute the Desktop app run this gradle command:
./gradlew desktop:run
Steps to setup your iOS app:
Build phasescd "$SRCROOT/.."
./gradlew :modules:feature-home-shared:embedAndSignAppleFrameworkForXcode
$(SRCROOT)/../modules/feature-home-shared/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)
More details JetBrains official documentation
./gradlew :module:library-network-api:downloadApolloSchemaFromIntrospection
Issues or Pull request for any bugs/improvements are well received