Feat: Made a Design System in Compose Multiplatform.#109
Merged
JeelDobariya38 merged 20 commits intomainfrom Mar 17, 2026
Merged
Feat: Made a Design System in Compose Multiplatform.#109JeelDobariya38 merged 20 commits intomainfrom
JeelDobariya38 merged 20 commits intomainfrom
Conversation
Bumps gradle-wrapper from 9.3.1 to 9.4.0. --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `agp` from 9.0.1 to 9.1.0. Updates `com.android.application` from 9.0.1 to 9.1.0 Updates `com.android.library` from 9.0.1 to 9.1.0 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.library dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…sign system module. it under active development still. this is not standalone commit
Not a buildable commit; contains underdevelopment code. https://passcodesapp.github.io/Passcodes-Docs/database-design-docs/master.db/v2/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes Made
Update Dependency: Gradle 9.4.0 & AGP 9.1.0
Early Introduction (KMP & CMP): Kotlin Multiplatform (KMP) & Compose Multiplatform (CMP) are hereby added as dependency.
Made a New Design System: create a new jetpack compose design system on top of material system.
Modularize Navigation: use entry provide to separate navigation code a bit.
Database v2: (it was not intended to be merge in this pr but i push before merging and everything mess up.)
Notes
All most all of things are completed and we can and are officially saying here by that the biggest migration #42 has been marked as done. but as with all migration their still thing & small task lingering.. we will fix them soon.
Closes #42.