Skip to content

Commit 2ee11dd

Browse files
authored
Remove nonTransitiveRClass flags
It's the default from AGP 8.0, see https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes#default-changes
1 parent 51dbe18 commit 2ee11dd

File tree

27 files changed

+1
-109
lines changed

27 files changed

+1
-109
lines changed

addBuildTypeUsingDslFinalize/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

addCustomBuildConfigFields/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

addCustomSourceType/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

addGeneratedSourceFolder/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

addMultipleArtifact/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

allProjectsApkAction/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

appendToMultipleArtifact/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

asmTransformClasses/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

createSingleArtifact/gradle.properties

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@ org.gradle.parallel=true
1616
# https://developer.android.com/topic/libraries/support-library/androidx-rn
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
19-
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true
19+
kotlin.code.style=official

extendingAgp/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

getMultipleArtifact/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

getScopedArtifacts/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

getSingleArtifact/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

legacyTaskBridging/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

listenToArtifacts/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

onVariants/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

perVariantManifestPlaceholder/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

registerPreBuild/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

selectVariants/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

testFixtures/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

transformAllClasses/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

transformDirectory/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

transformManifest/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

transformMultiple/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

variantDependencySubstitutionTest/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

variantOutput/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

workerEnabledTransformation/gradle.properties

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ org.gradle.parallel=true
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
1919
kotlin.code.style=official
20-
# Enables namespacing of each library's R class so that its R class includes only the
21-
# resources declared in the library itself and none from the library's dependencies,
22-
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true

0 commit comments

Comments
 (0)