Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nonTransitiveRClass flags #44

Open
wants to merge 1 commit into
base: studio-main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions recipes/addBuildTypeUsingDslFinalize/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/addCustomBuildConfigFields/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/addCustomSourceType/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/addGeneratedSourceFolder/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/addMultipleArtifact/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/allProjectsApkAction/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/appendToMultipleArtifact/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/appendToScopedArtifacts/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/asmTransformClasses/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/createSingleArtifact/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/disableTests/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/extendingAgp/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/getMultipleArtifact/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/getScopedArtifacts/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/getSingleArtifact/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/legacyTaskBridging/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/listenToArtifacts/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/listenToMultipleArtifact/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/onVariants/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/perVariantManifestPlaceholder/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/registerPreBuild/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/selectVariants/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/testFixtures/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/transformAllClasses/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/transformDirectory/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/transformManifest/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/transformMultiple/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/variantDependencySubstitutionTest/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/variantOutput/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions recipes/workerEnabledTransformation/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions templates/TemplateRecipe/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions templates/TemplateSettingsRecipe/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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