diff --git a/gradle.properties b/gradle.properties index 5df6008a..722ee1c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,6 +20,9 @@ kapt.incremental.apt=true # Turn off AP discovery in compile path to enable compile avoidance kapt.include.compile.classpath=false +# Force disable testOnly flag in manifest +android.injected.testOnly=false + # Use R8 instead of ProGuard for code shrinking. android.enableR8.fullMode=true