From 2db1ccd6f9a90ce4149e4f81e38ea352f2c6f9c5 Mon Sep 17 00:00:00 2001 From: Goooler Date: Tue, 30 Jul 2024 22:52:05 +0800 Subject: [PATCH] Compose buildFeature flag could be removed after AGP 8.5.1 It will be enabled after `org.jetbrains.kotlin.plugin.compose` is applied. --- app/build.gradle.kts | 4 ---- color/build.gradle.kts | 3 --- 2 files changed, 7 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index eb090df6c3..c90c3054fe 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -183,10 +183,6 @@ android { } } - buildFeatures { - compose = true - } - lint { disable.addAll(listOf("MissingTranslation", "ExtraTranslation", "MissingQuantity")) } diff --git a/color/build.gradle.kts b/color/build.gradle.kts index 4387e3f079..778b96ef32 100644 --- a/color/build.gradle.kts +++ b/color/build.gradle.kts @@ -21,9 +21,6 @@ android { sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_1_8 } - buildFeatures { - compose = true - } buildTypes { all { proguardFiles(