diff --git a/recipes/addBuildTypeUsingDslFinalize/gradle.properties b/recipes/addBuildTypeUsingDslFinalize/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/addBuildTypeUsingDslFinalize/gradle.properties +++ b/recipes/addBuildTypeUsingDslFinalize/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/addCustomBuildConfigFields/gradle.properties b/recipes/addCustomBuildConfigFields/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/addCustomBuildConfigFields/gradle.properties +++ b/recipes/addCustomBuildConfigFields/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/addCustomSourceType/gradle.properties b/recipes/addCustomSourceType/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/addCustomSourceType/gradle.properties +++ b/recipes/addCustomSourceType/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/addGeneratedSourceFolder/gradle.properties b/recipes/addGeneratedSourceFolder/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/addGeneratedSourceFolder/gradle.properties +++ b/recipes/addGeneratedSourceFolder/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/addMultipleArtifact/gradle.properties b/recipes/addMultipleArtifact/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/addMultipleArtifact/gradle.properties +++ b/recipes/addMultipleArtifact/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/allProjectsApkAction/gradle.properties b/recipes/allProjectsApkAction/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/allProjectsApkAction/gradle.properties +++ b/recipes/allProjectsApkAction/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/appendToMultipleArtifact/gradle.properties b/recipes/appendToMultipleArtifact/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/appendToMultipleArtifact/gradle.properties +++ b/recipes/appendToMultipleArtifact/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/appendToScopedArtifacts/gradle.properties b/recipes/appendToScopedArtifacts/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/appendToScopedArtifacts/gradle.properties +++ b/recipes/appendToScopedArtifacts/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/asmTransformClasses/gradle.properties b/recipes/asmTransformClasses/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/asmTransformClasses/gradle.properties +++ b/recipes/asmTransformClasses/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/createSingleArtifact/gradle.properties b/recipes/createSingleArtifact/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/createSingleArtifact/gradle.properties +++ b/recipes/createSingleArtifact/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/disableTests/gradle.properties b/recipes/disableTests/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/disableTests/gradle.properties +++ b/recipes/disableTests/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/extendingAgp/gradle.properties b/recipes/extendingAgp/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/extendingAgp/gradle.properties +++ b/recipes/extendingAgp/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/getMultipleArtifact/gradle.properties b/recipes/getMultipleArtifact/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/getMultipleArtifact/gradle.properties +++ b/recipes/getMultipleArtifact/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/getScopedArtifacts/gradle.properties b/recipes/getScopedArtifacts/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/getScopedArtifacts/gradle.properties +++ b/recipes/getScopedArtifacts/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/getSingleArtifact/gradle.properties b/recipes/getSingleArtifact/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/getSingleArtifact/gradle.properties +++ b/recipes/getSingleArtifact/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/legacyTaskBridging/gradle.properties b/recipes/legacyTaskBridging/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/legacyTaskBridging/gradle.properties +++ b/recipes/legacyTaskBridging/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/listenToArtifacts/gradle.properties b/recipes/listenToArtifacts/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/listenToArtifacts/gradle.properties +++ b/recipes/listenToArtifacts/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/listenToMultipleArtifact/gradle.properties b/recipes/listenToMultipleArtifact/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/listenToMultipleArtifact/gradle.properties +++ b/recipes/listenToMultipleArtifact/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/onVariants/gradle.properties b/recipes/onVariants/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/onVariants/gradle.properties +++ b/recipes/onVariants/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/perVariantManifestPlaceholder/gradle.properties b/recipes/perVariantManifestPlaceholder/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/perVariantManifestPlaceholder/gradle.properties +++ b/recipes/perVariantManifestPlaceholder/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/registerPreBuild/gradle.properties b/recipes/registerPreBuild/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/registerPreBuild/gradle.properties +++ b/recipes/registerPreBuild/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/selectVariants/gradle.properties b/recipes/selectVariants/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/selectVariants/gradle.properties +++ b/recipes/selectVariants/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/testFixtures/gradle.properties b/recipes/testFixtures/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/testFixtures/gradle.properties +++ b/recipes/testFixtures/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/transformAllClasses/gradle.properties b/recipes/transformAllClasses/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/transformAllClasses/gradle.properties +++ b/recipes/transformAllClasses/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/transformDirectory/gradle.properties b/recipes/transformDirectory/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/transformDirectory/gradle.properties +++ b/recipes/transformDirectory/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/transformManifest/gradle.properties b/recipes/transformManifest/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/transformManifest/gradle.properties +++ b/recipes/transformManifest/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/transformMultiple/gradle.properties b/recipes/transformMultiple/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/transformMultiple/gradle.properties +++ b/recipes/transformMultiple/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/variantDependencySubstitutionTest/gradle.properties b/recipes/variantDependencySubstitutionTest/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/variantDependencySubstitutionTest/gradle.properties +++ b/recipes/variantDependencySubstitutionTest/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/variantOutput/gradle.properties b/recipes/variantOutput/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/variantOutput/gradle.properties +++ b/recipes/variantOutput/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/recipes/workerEnabledTransformation/gradle.properties b/recipes/workerEnabledTransformation/gradle.properties index 55cce922..1ec25e0a 100644 --- a/recipes/workerEnabledTransformation/gradle.properties +++ b/recipes/workerEnabledTransformation/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/templates/TemplateRecipe/gradle.properties b/templates/TemplateRecipe/gradle.properties index 55cce922..1ec25e0a 100644 --- a/templates/TemplateRecipe/gradle.properties +++ b/templates/TemplateRecipe/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true diff --git a/templates/TemplateSettingsRecipe/gradle.properties b/templates/TemplateSettingsRecipe/gradle.properties index 55cce922..1ec25e0a 100644 --- a/templates/TemplateSettingsRecipe/gradle.properties +++ b/templates/TemplateSettingsRecipe/gradle.properties @@ -17,7 +17,3 @@ org.gradle.parallel=true android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true