diff --git a/gradle.properties b/gradle.properties index 6daf8df..5711a94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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