Skip to content

Conversation

@dhonti-axpe
Copy link
Contributor

@dhonti-axpe dhonti-axpe commented Jan 15, 2026

🎟️ Jira ticket

ANDROID-16934

🥅 What's the goal?

After applying following previous PRs:

Is fully remove DataBinding usage from the Mística library and align its Gradle configuration with the new Jetpack Compose–based architecture, ensuring proper dependency propagation to consumer projects (android-messenger and SmartWifi).

🚧 How do we do it?

The implementation has been carried out following these steps:

  • Remove databinding-feature:
    * Databinding is no longer used by any component in the library.
  • Remove kotlin-kapt plugin:
    * This plugin was only required for Databinding and other annotation processors that are no longer part of the library. Removing it simplifies the Gradle setup and reduces build overhead.
  • Properly expose Compose:
    • The dependency implementation:
      implementation "androidx.compose.ui:ui:$compose_ui_version"
      is replaced by:
      api "androidx.compose.ui:ui:$compose_ui_version"
      Due to Compose is part of Mistica's public API. Declaring it as api ensure the dependency is correctly propagated to consumer projects and prevents compilation issues

☑️ Checks

  • I updated the documentation, including readmes and wikis. If this is a breaking change, tag the PR with "Breaking Change" label and remember to include breaking change migration guide in release notes where this version is released.
  • Tested with dark mode.
  • Tested with API 24.
  • Only affects Android side.
  • Accessibility considerations.

🧪 How can I test this?

As is mentioned in the corresponding ANDROID-16934 ticket, is tested in the "android-messenger" client project that the total PR changes exposed in #476 works correctly.

- Remove databinding feature and kapt (used by first one)
- Replace implementation by "api" in "androidx.compose.ui" library
@dhonti-axpe dhonti-axpe self-assigned this Jan 15, 2026
@github-actions
Copy link

[Firebase] 📱 New catalog for testing generated:
Download from Firebase
Download from App Tester

@dhonti-axpe dhonti-axpe marked this pull request as ready for review January 15, 2026 10:59
@dhonti-axpe dhonti-axpe requested review from a team, dnieto-r, jeslat and juangardi21 and removed request for a team January 15, 2026 11:00
Copy link
Contributor

@juangardi21 juangardi21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏼

@dhonti-axpe dhonti-axpe merged commit 7e9c463 into ANDROID-16934/base-remove-databinding Jan 15, 2026
4 checks passed
@dhonti-axpe dhonti-axpe deleted the ANDROID-16934/pr4-remove-databinding branch January 15, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants