mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Tech | Kotlin 1.5.0 & other library updates (#1447)
This commit is contained in:
parent
68c4dfb609
commit
f20e3b6f79
3 changed files with 8 additions and 6 deletions
|
@ -32,9 +32,11 @@ dependencies {
|
|||
implementation applicationDependencies.kotlin
|
||||
implementation applicationDependencies.coroutinesAndroid
|
||||
implementation applicationDependencies.gson
|
||||
implementation applicationDependencies.lifecycleLiveData
|
||||
|
||||
implementation databaseDependencies.room
|
||||
implementation databaseDependencies.roomKtx
|
||||
|
||||
kapt databaseDependencies.annotations
|
||||
|
||||
implementation applicationDependencies.timber
|
||||
|
@ -44,6 +46,6 @@ dependencies {
|
|||
testImplementation unitTestDependencies.junit
|
||||
testImplementation unitTestDependencies.kotlinTest
|
||||
testImplementation unitTestDependencies.mockitoKotlin
|
||||
testImplementation unitTestDependencies.robolectric
|
||||
testImplementation unitTestDependencies.robolectricLatest
|
||||
testImplementation unitTestDependencies.archCoreTesting
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue