From 65f2730261ae1c0cc544223caee666c4060d4f71 Mon Sep 17 00:00:00 2001 From: ktprograms Date: Sat, 14 Aug 2021 20:54:23 +0800 Subject: [PATCH] Add comment about xerial sqlite workaround --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index f0bc394ad..f8f7c25a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -214,7 +214,10 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation "androidx.room:room-runtime:${androidxRoomVersion}" implementation "androidx.room:room-rxjava3:${androidxRoomVersion}" + + // Apple Sillicon Mac workaround (https://issuetracker.google.com/issues/174695268#comment9) kapt "org.xerial:sqlite-jdbc:3.34.0" + kapt "androidx.room:room-compiler:${androidxRoomVersion}" implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.webkit:webkit:1.4.0'