Skip to content

Commit

Permalink
build: re-enable BuildConfigAsBytecode
Browse files Browse the repository at this point in the history
underlying issue has been resolved in the meantime
  • Loading branch information
matejdro committed Dec 24, 2024
1 parent 4ce8a07 commit 8fddf23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
# Speeds up the compilation for :app module, since it does not need to generate .java files for BuildConfig
# However, we cannot enable it yet, because it does not work in the Android Studio.
# See https://issuetracker.google.com/issues/280000337
# android.enableBuildConfigAsBytecode=true
android.enableBuildConfigAsBytecode=true

# Print dependency output result to console
dependency.analysis.print.build.health=true
Expand Down

0 comments on commit 8fddf23

Please sign in to comment.