build: migrate to Gradle 9 and AGP 9 with new Compose Multiplatform s… - #77
Open
MeshackKangi wants to merge 5 commits into
Open
MeshackKangi wants to merge 5 commits into
MeshackKangi wants to merge 5 commits into
Conversation
…tructure - Update Gradle wrapper to 9.1.0 - Update Android Gradle Plugin to 9.0.1 - Restructure modules to follow new Compose Multiplatform directory structure: - ohs-player-library: KMP library with androidKotlinMultiplatformLibrary plugin - androidApp: Android application module - desktopApp: Desktop application module - webApp: Web/Wasm application module - Remove reference-app and ohs-player-reference-app modules - Update CI/CD workflows for new module paths - Preserve all source code, custom source sets (foregroundSync*), iOS framework config, igCodegen, and generateAuthConfig BREAKING CHANGE: Module structure changed from single reference-app to multi-module setup. Consumers must update build scripts to depend on :ohs-player-library instead of :reference-app.
2 tasks
Contributor
|
@MeshackKangi Can you update your commit messages to this style https://cbea.ms/git-commit/ for consistency. |
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.
Migrates the build to Gradle 9 and AGP 9, and restructures modules to follow
the current Compose Multiplatform layout.
ohs-player-library: KMP library (androidKotlinMultiplatformLibrary plugin)androidApp: Android application moduledesktopApp: Desktop application modulewebApp: Web/Wasm application modulereference-app/ohs-player-reference-appmodulesforegroundSync*), iOSframework config,
igCodegen, andgenerateAuthConfigBreaking change
Module structure changed from a single
reference-appto the multi-modulesetup above. Consumers depending on
:reference-appmust switch to:ohs-player-library.Possible conflicts
This touches
.github/workflows/ci.ymland.github/workflows/release.yml,which overlap with the in-flight
update-ci-env-variablesbranch (env varsfor OAuth/FHIR URIs). It also removes
reference-appentirely, which thatbranch still modifies. Flagging so the merges can be sequenced — happy to
rebase once one lands.