Fix Kotlin metadata incompatibility between Gradle 8.x and React Native plugin#13
Draft
Fix Kotlin metadata incompatibility between Gradle 8.x and React Native plugin#13
Conversation
Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update app to support 16 kB memory page size
Add Android 15 (API 35) support with 16KB page size compatibility
Feb 7, 2026
…e support Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Copilot
AI
changed the title
Add Android 15 (API 35) support with 16KB page size compatibility
Fix build: Use API 34 with forward-compatible 16KB page size declaration
Feb 7, 2026
…ance Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Copilot
AI
changed the title
Fix build: Use API 34 with forward-compatible 16KB page size declaration
Upgrade to SDK 35 with AGP 8.1.4 for Google Play compliance
Feb 7, 2026
Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Co-authored-by: pedro-chiappani <49994882+pedro-chiappani@users.noreply.github.com>
Copilot
AI
changed the title
Upgrade to SDK 35 with AGP 8.1.4 for Google Play compliance
Fix Kotlin metadata incompatibility between Gradle 8.x and React Native plugin
Feb 7, 2026
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.
React Native 0.68.2's gradle plugin expects Kotlin metadata 1.6.x but Gradle 8.0.2 bundles Kotlin stdlib 1.8.10, causing compilation failures:
Changes
Configuration
Maintains SDK 35 requirement for Google Play 16KB page size compliance while resolving Kotlin version conflicts.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.