From ce3dfca6e03e046f93d704f79066fb4ea8109e2d Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Mon, 24 Feb 2025 18:55:45 +0100 Subject: [PATCH] Rimosso parametro inutilizzato in build.gradle --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8d6f1b99..1963e4d4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,6 @@ android { android.buildFeatures.buildConfig true android.dataBinding.enabledForTests true - android.dataBinding.addKtx true compileOptions { sourceCompatibility JavaVersion.VERSION_17