Skip to content

Instantly share code, notes, and snippets.

@borisf
Last active March 20, 2023 16:42
Show Gist options
  • Save borisf/8bc4178331172a71c7ae989a703cb867 to your computer and use it in GitHub Desktop.
Save borisf/8bc4178331172a71c7ae989a703cb867 to your computer and use it in GitHub Desktop.
Off by default
// Module build.gradle.kts
android {
buildFeatures {
+ aidl = true
+ renderScript = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment