Upgraded to AGP 9 and Bump other dependencies#15
Merged
Conversation
- Reorganized the `sample` project into new default project structure: separate `shared`, `androidApp`, `desktopApp`, and `webApp` modules. - Upgraded library version to `0.3.7`. - Upgraded core dependencies: AGP 9.2.1, Kotlin 2.3.21, Compose Multiplatform 1.11.0, Supabase 3.6.0, and Ktor 3.5.0. - Migrated library modules from `com.android.library` to the modern `com.android.kotlin.multiplatform.library` plugin. - Removed `iosX64` target support across the project and documentation. - Added `ExperimentalWasmJsInterop` opt-ins and fixed nullability handling for Google Auth on WasmJs. - Fixed `presentationAnchorForAuthorizationController` return type in Apple Auth to match updated iOS platform requirements. - Updated Gradle wrapper to 9.5.1.
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.
Upgraded to AGP 9 and Bump other dependencies
sampleproject into new default project structure: separateshared,androidApp,desktopApp, andwebAppmodules.0.3.7.com.android.libraryto the moderncom.android.kotlin.multiplatform.libraryplugin.iosX64target support across the project and documentation.ExperimentalWasmJsInteropopt-ins and fixed nullability handling for Google Auth on WasmJs.presentationAnchorForAuthorizationControllerreturn type in Apple Auth to match updated iOS platform requirements.