From 8666ca06afc7af0aae6da81d2014c3e4b4cf0504 Mon Sep 17 00:00:00 2001 From: gedoor Date: Fri, 21 May 2021 22:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ac5387bee..5c59be8c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ android { multiDexEnabled true javaCompileOptions { annotationProcessorOptions { - arguments = [ + arguments += [ "room.incremental" : "true", "room.expandProjection": "true", "room.schemaLocation" : "$projectDir/schemas".toString()