diff --git a/gradle.properties b/gradle.properties index 958baec..ebacdd6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,5 +23,5 @@ org.gradle.parallel=true android.enableR8.fullMode=true org.gradle.unsafe.configuration-cache=true android.defaults.buildfeatures.buildconfig=true -#kotlin.jvm.target.validation.mode=IGNORE -#org.gradle.caching=true +kotlin.jvm.target.validation.mode=IGNORE +org.gradle.caching=true \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index 89f8ef6..86fffb7 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -25,6 +25,11 @@ dependencyResolutionManagement { // val isCiServer = System.getenv().containsKey("CI") // Cache build artifacts, so expensive operations do not need to be re-computed +buildCache { + local { + isEnabled = true + } +} rootProject.name = "MagiskModuleManager" include(":app")