-
Notifications
You must be signed in to change notification settings - Fork 0
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
v0.5.0 release #49
Merged
v0.5.0 release #49
Conversation
This file contains 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
…ojects so the build is always reproducible by others
… run "check" instead of "build", and use gradle/actions of a the latest release version
The fix in the previous commit doesn't work.
…n and fix the Gradle build failure
…GitHub Pages A corresponding commit: huanshankeji/gradle-common@642cdea
The error message from the GitHub Actions workflow: ```text > Could not resolve all files for configuration ':buildSrc:compileClasspath'. > Could not resolve com.android.tools.build:gradle:8.5.2. Required by: project :buildSrc > Dependency requires at least JVM runtime version 11. This build uses a Java 8 JVM. ```
The error message from the GitHub Actions workflow: ```text An exception occurred applying plugin request [id: 'com.android.library'] > Failed to apply plugin 'com.android.internal.library'. > Android Gradle plugin requires Java 17 to run. You are currently using Java 11. Your current JDK is located in /usr/lib/jvm/temurin-11-jdk-amd64 You can try some of the following options: - changing the IDE settings. - changing the JAVA_HOME environment variable. - changing `org.gradle.java.home` in `gradle.properties`. ```
Android Gradle plugin requires Java 17 to run. See commit 82a9e40 for more details.
Publish the demo site to GitHub Pages Resolve #25
Enable GitHub Actions and host the demo with GitHub Pages
A source commit: huanshankeji/gradle-common@c0118b9
…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
…vert some changes and update some code
…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/' {} ";" ```
Rename the project to "Compose Multiplatform HTML Unified"
…project name "Compose Multiplatform HTML Unified", and revert a change that's not needed
…me unnecessary changes
…s on Kotlin 2.0.20
… the files, review and update one, and replace the others with "compose-multiplatform-html-unified"
… them with "Compose UI"
More on renaming the project to "Compose Multiplatform HTML Unified"
Bump Compose Multiplatform to 1.7.1
…" directories, and run `apiDump` and `check` to verify it works
…pose.ui` dependency to the common `composeUiMain` source set
… "concatenated project name" approach, introduced in commit 902b931
… plugins to v0.9.0
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.
No description provided.