-
Notifications
You must be signed in to change notification settings - Fork 81
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
Allow using single core repository setup #510
Conversation
…ose multiplatform repo to core
So to test it, I can simply clone the compose-multiplaform-core repo (nr/core-standalone branch) without compose-multiplatform and submodules. And it should work, right? |
@eymar yes! Except android everything should work fine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked. It works with iOS samples.
Also, I have a not important suggestion to rename DEVELOPMENT.md to MULTIPLATFORM.md |
* Move README.md from compose-multiplatform repo to core * Move scripts from compose-multiplatform to core * Move fonts from compose multiplatform repo to core * Update scripts to support single core repository setup --------- Co-authored-by: dima.avdeev <99798741+dima-avdeev-jb@users.noreply.github.com>
* Move README.md from compose-multiplatform repo to core * Move scripts from compose-multiplatform to core * Move fonts from compose multiplatform repo to core * Update scripts to support single core repository setup --------- Co-authored-by: dima.avdeev <99798741+dima-avdeev-jb@users.noreply.github.com>
* Move README.md from compose-multiplatform repo to core * Move scripts from compose-multiplatform to core * Move fonts from compose multiplatform repo to core * Update scripts to support single core repository setup --------- Co-authored-by: dima.avdeev <99798741+dima-avdeev-jb@users.noreply.github.com>
* Move README.md from compose-multiplatform repo to core * Move scripts from compose-multiplatform to core * Move fonts from compose multiplatform repo to core * Update scripts to support single core repository setup --------- Co-authored-by: dima.avdeev <99798741+dima-avdeev-jb@users.noreply.github.com>
* Move README.md from compose-multiplatform repo to core * Move scripts from compose-multiplatform to core * Move fonts from compose multiplatform repo to core * Update scripts to support single core repository setup --------- Co-authored-by: dima.avdeev <99798741+dima-avdeev-jb@users.noreply.github.com>
This also works around sending an empty test suite to FTL from savedstate-ktx that is currently causing failures. Test: cd navigation && ./gradlew bOS Change-Id: I94764a195b488210fd5af5e11079900ae4cc2a47 This is an imported pull request from androidx#510. Resolves #510 Github-Pr-Head-Sha: 0651b25 GitOrigin-RevId: 8d7dc9c Change-Id: I14d1e8f6132daba6fde82995a1bfb9f01dd30281
Proposed Changes
Testing
Test: run tasks from newely created :mpp:* gradle project
Issues Fixed
No issues related to the PR