Skip to content
Merged
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
1 change: 0 additions & 1 deletion platforms/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ kotlin.stdlib.default.dependency=false
# 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
android.nonFinalResIds=false
# -----------------------------------------------------------------------------
# AGP 9 opt-outs — driven by API-validation tooling, NOT by Kotlin compiler version.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ android.enableJettifier=true
kotlin.code.style=official
kotlin.stdlib.default.dependency=false
android.nonTransitiveRClass=true
android.nonFinalResIds=false
# The sample composite includes the :lib project, which uses the explicit
# `org.jetbrains.kotlin.android` plugin because the AGP 9 built-in Kotlin path
# isn't yet supported by our API-validation tooling (BCV). Match those AGP
Expand Down
Loading