From 2abaefbaec6f7f8a4360f368d7108d5c2ee9ee9d Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 5 Apr 2025 09:38:19 +0300 Subject: [PATCH] Removed unused build feature --- app/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a8451018..d07096f8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -52,8 +52,6 @@ android { } buildFeatures { viewBinding = true - //noinspection DataBindingWithoutKapt - dataBinding = true buildConfig = true compose = true }