Disable unused build features

This commit is contained in:
Syer10
2022-04-09 16:55:17 -04:00
parent 64031dd3a8
commit ec571ee627

View File

@@ -89,6 +89,11 @@ subprojects {
dependencies { dependencies {
add("coreLibraryDesugaring", libs.desugarJdkLibs) add("coreLibraryDesugaring", libs.desugarJdkLibs)
} }
buildFeatures.apply {
aidl = false
renderScript = false
shaders = false
}
} }
} }
plugins.withType<com.codingfeline.buildkonfig.gradle.BuildKonfigPlugin> { plugins.withType<com.codingfeline.buildkonfig.gradle.BuildKonfigPlugin> {