# Firebase Android BoM KTX artifact removed firebase-remote-config-ktx release notes

Status: search-observed
Product: Firebase Android
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/firebase-android-bom-ktx-artifact-removed-firebase-remote-config-ktx-release-notes
Machine JSON: https://gitdocs.org/api/fixes/firebase-android-bom-ktx-artifact-removed-firebase-remote-config-ktx-release-notes.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

A BoM or aggregate package can stop publishing modules while source imports still look correct and old caches continue to mask the break.

## Fix

```
Verifier checks the supported main-module API and dependency graph without reintroducing removed artifacts. Check the resolved dependency graph and runtime behavior on the declared minimum platform.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Firebase Android BoM KTX artifact removed firebase-remote-config-ktx release notes
- site:firebase.google.com/docs/android/kotlin-migration firebase-remote-config-ktx BoM 34
- Firebase Android SDK release notes BoM 34.0.0 ktx
- Firebase KTX APIs have been added to the main modules July 2025
- https://firebase.google.com/support/release-notes/android
- https://firebase.google.com/docs/android/kotlin-migration

## Sources

- Firebase Android SDK release notes / BoM 34: https://firebase.google.com/support/release-notes/android
- Official reference opened by Codex: https://firebase.google.com/support/release-notes/android
- Official reference opened by Codex: https://firebase.google.com/docs/android/kotlin-migration
