build(rokt): update Rokt kit dependency stack#707
Conversation
Align the Rokt kit build with the upcoming Rokt SDK alpha by updating Kotlin, Compose, and coroutine dependencies. Pin the Maven artifact id so the kit continues publishing as android-rokt-kit. #agentic
Point the Rokt kit at the Maven Central release candidate so the kit can compile and test without relying on unpublished alpha artifacts. #agentic
PR SummaryMedium Risk Overview Switches the kit dependency to Reviewed by Cursor Bugbot for commit 05e2e6f. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f7a5625. Configure here.
Only configure the Rokt kit Maven publish metadata when the mparticleMavenPublish extension is available. This keeps standalone kit builds working while preserving the monorepo publish artifact id. #agentic
|




Background
Prepare the mParticle Rokt kit for the Rokt SDK 6.0 release candidate. This aligns the kit build stack with the Kotlin, Compose, and coroutine versions required by the new Rokt SDK dependency.
What Has Changed
2.1.20.2026.05.01and coroutines dependencies to1.9.0.com.rokt:roktsdk:6.0.0-rc.1.android-rokt-kitwhen the monorepo publish extension is available, while preserving standalone kit builds.Screenshots/Video
N/A - no visual changes.
Validation
trunk check --ci kits/rokt/rokt/build.gradlepassed with no issues.cd kits/rokt/rokt && ./gradlew tasks --quietpassed, validating standalone kit configuration../gradlew publishMavenPublicationToMavenLocal -PVERSION=6.0.0-alpha.1 -Pversion=6.0.0-alpha.1passed to refresh local core artifacts for kit validation../gradlew -c settings-kits.gradle :kits:android-rokt:rokt:compileReleaseKotlin :kits:android-rokt:rokt:testRelease -PVERSION=6.0.0-alpha.1 -Pversion=6.0.0-alpha.1passed../gradlew -c settings-kits.gradle :kits:android-rokt:rokt:publishMavenPublicationToMavenLocal -PVERSION=6.0.0-alpha.1 -Pversion=6.0.0-alpha.1passed, validating monorepo publish metadata.git pushpre-push trunk checks passed with no new issues.Checklist