fix(build): address DSL deprecation

This commit is contained in:
Harsh Shandilya 2025-05-20 17:06:49 +05:30
parent 00574b7ef1
commit 32243fdf7b

View file

@ -20,10 +20,8 @@ plugins {
}
android {
buildFeatures {
androidResources = true
compose = true
}
androidResources.enable = true
buildFeatures { compose = true }
namespace = "dev.msfjarvis.claw.common"
}