1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Tech | Android Gradle plugin 4.2.1 (#1495)

This commit is contained in:
Evgenii Kozlov 2021-05-27 13:00:26 +03:00 committed by GitHub
parent 302e95de28
commit 22fbe4a51b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 10 deletions

View file

@ -38,6 +38,8 @@ dependencies {
implementation databaseDependencies.roomKtx
kapt databaseDependencies.annotations
// Current workaround for ROOM on MAC M1 issue.
kapt("org.xerial:sqlite-jdbc:3.34.0")
implementation applicationDependencies.timber