settings.gradle.kts 117 B

12345678
  1. rootProject.name = "revanced-patcher"
  2. buildCache {
  3. local {
  4. isEnabled = "CI" !in System.getenv()
  5. }
  6. }