Skip to content

Rename the project to "Compose Multiplatform HTML Unified" #46

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

Merged
merged 6 commits into from
Nov 30, 2024

Conversation

ShreckYe
Copy link
Member

No description provided.

…e README.md and modules correspondingly

Changes:

1. update README.md, replacing old names, reorganizing and updating its content, and fixing some formatting issues, typos, and grammar mistakes
1. rename the subjects/modules and adopt the "concatenated project name" approach
1. run `apiDump` and remove the old dumped files

A source commit: huanshankeji/kotlin-common@477978d
@ShreckYe ShreckYe self-assigned this Nov 30, 2024
…mposeUi"/"ComposeUi" in files and filenames

To replace strings in the filenames, the "rename" program is installed and the following command is run:

```sh
find . -name "*androidxCommon*" -exec rename 's/androidxCommon/composeUi/' {} ";"
find . -name "*AndroidxCommon*" -exec rename 's/AndroidxCommon/ComposeUi/' {} ";"
```
@ShreckYe ShreckYe merged commit b81b525 into main Nov 30, 2024
6 checks passed
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.

1 participant