Skip to content

Commit

Permalink
[#513] Enable BuildConfig generating in Gradle 8, disable it later ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
luongvo committed Aug 31, 2023
1 parent a02f4ee commit 80e67aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template-compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ kotlin.code.style=official
# 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
# Disable BuildConfig usage later https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes#default-changes
android.defaults.buildfeatures.buildconfig=true

0 comments on commit 80e67aa

Please sign in to comment.