diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 24241a4b..42c5a17d 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -20,10 +20,8 @@ plugins { } android { - buildFeatures { - androidResources = true - compose = true - } + androidResources.enable = true + buildFeatures { compose = true } namespace = "dev.msfjarvis.claw.common" }