Skip to content

V2 - #16

Merged
pavi2410 merged 14 commits into
mainfrom
v2
Sep 15, 2025
Merged

V2#16
pavi2410 merged 14 commits into
mainfrom
v2

Conversation

@pavi2410

@pavi2410 pavi2410 commented Sep 14, 2025

Copy link
Copy Markdown
Owner
  • Removed the hooks.
  • Converted to Kotlin/Compose Multiplatform.
  • Restructured files.
  • Rename package name.

@pavi2410 pavi2410 self-assigned this Sep 14, 2025
Copilot AI review requested due to automatic review settings September 14, 2025 13:30

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR represents a major v2.0 migration that converts the project from React-style hooks to a Kotlin/Compose Multiplatform library focused on query functionality. The migration removes legacy modules and restructures the project architecture for cross-platform support.

Key changes:

  • Removed React-inspired hooks modules (react, hooks, network, colors) and focused solely on query functionality
  • Converted from Android-only to Kotlin/Compose Multiplatform with Android and Desktop JVM targets
  • Updated build configuration to use modern Gradle versions and KMP plugins

Reviewed Changes

Copilot reviewed 62 out of 93 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
settings.gradle.kts Removed legacy module includes, keeping only app and query
query/build.gradle.kts Complete migration to KMP setup with Android and Desktop targets
gradle/libs.versions.toml Updated to modern library versions with KMP dependencies
app/build.gradle.kts Converted to KMP application with Desktop support
Multiple new .kt files Added KMP-compatible query/mutation implementation and cross-platform demo app
README.md Updated documentation to reflect v2.0 KMP focus and removed legacy modules
Files not reviewed (4)
  • .idea/codeStyles/Project.xml: Language not supported
  • .idea/compiler.xml: Language not supported
  • .idea/gradle.xml: Language not supported
  • .idea/misc.xml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread query/src/commonMain/kotlin/me/pavi2410/useCompose/query/mutation.kt Outdated
@pavi2410
pavi2410 merged commit 996547c into main Sep 15, 2025
1 check passed
@pavi2410
pavi2410 deleted the v2 branch September 15, 2025 17:28
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.

2 participants