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:
parent
302e95de28
commit
22fbe4a51b
5 changed files with 21 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue