From 8ffd11e77b2957cd3896108ba18f85307e7e8b32 Mon Sep 17 00:00:00 2001 From: David Hontiveros Gordo Date: Thu, 15 Jan 2026 09:46:38 +0100 Subject: [PATCH] ANDROID-16934/pr4-remove-databinding: - Remove databinding feature and kapt (used by first one) - Replace implementation by "api" in "androidx.compose.ui" library --- library/build.gradle | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index da5c3ef2c..38dfccafe 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,7 +1,6 @@ plugins { alias libs.plugins.com.android.library id 'org.jetbrains.kotlin.android' - id 'kotlin-kapt' id 'maven-publish' alias libs.plugins.roborazzi id 'org.jetbrains.kotlin.plugin.compose' @@ -23,10 +22,6 @@ android { } } - buildFeatures { - dataBinding true - } - kotlinOptions { moduleName = "com.telefonica.mistica" } @@ -82,7 +77,7 @@ dependencies { implementation "androidx.compose.material:material:$compose_ui_version" implementation("androidx.compose.material:material-icons-extended:$compose_material_icons_version") - implementation "androidx.compose.ui:ui:$compose_ui_version" + api "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" implementation "com.google.android.material:compose-theme-adapter:1.1.5"