fix(android): Remove kapt and custom maven repo - #24
Merged
Conversation
OS-pedrogustavobilro
requested review from
a team and
OS-ruimoreiramendes
and removed request for
a team
July 13, 2026 16:53
This was referenced Jul 13, 2026
alexgerardojacinto
approved these changes
Jul 13, 2026
capacitor-bot
pushed a commit
that referenced
this pull request
Jul 14, 2026
## [1.1.2](1.1.1...1.1.2) (2026-07-14) ### Bug Fixes * **android:** Remove kapt and custom maven repo ([#24](#24)) ([87c6d64](87c6d64))
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.
Description
This plugin declares
kotlin-kaptand an OutSystems Azure reference for maven that aren't used by this cordova plugin, so this PR removes it. Thekotlin-kaptin particular would cause build failures with Android Gradle Plugin (AGP) version 9.Context
Noticed while doing some investigations for https://outsystemsrd.atlassian.net/browse/RMET-5288. While I don't think AGP 9 won't be used by Cordova for MABS 13 (and this plugin in particular isn't used for ODC Capacitor as it has a Capacitor Counterpart), it doesn't hurt to remove the code.
Type of changes
Platforms affected
Tests
Refer to the following successful MABS build: https://intranet.outsystems.net/MABS_Lite/BuildDetail?id=387f076c7ca401992413ba969f4fed2a7fa4cf96&stg=dev
Checklist