forked from Louvorg/ReaderForSelfoss-multiplatform
chore: new connectivity dep. Closes #84.
This commit is contained in:
@ -4,7 +4,6 @@ object SqlDelight {
|
||||
const val runtime = "app.cash.sqldelight:runtime:2.0.2"
|
||||
const val android = "app.cash.sqldelight:android-driver:2.0.2"
|
||||
const val native = "app.cash.sqldelight:native-driver:2.0.2"
|
||||
|
||||
}
|
||||
|
||||
plugins {
|
||||
@ -41,13 +40,13 @@ kotlin {
|
||||
|
||||
implementation("org.jsoup:jsoup:1.15.4")
|
||||
|
||||
//Dependency Injection
|
||||
// Dependency Injection
|
||||
implementation("org.kodein.di:kodein-di:7.14.0")
|
||||
|
||||
//Settings
|
||||
// Settings
|
||||
implementation("com.russhwolf:multiplatform-settings-no-arg:1.0.0-RC")
|
||||
|
||||
//Logging
|
||||
// Logging
|
||||
implementation("io.github.aakira:napier:2.6.1")
|
||||
|
||||
// Sql
|
||||
@ -55,6 +54,10 @@ kotlin {
|
||||
|
||||
// Sql
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1")
|
||||
|
||||
// Connectivity
|
||||
implementation("dev.jordond.connectivity:connectivity-core:1.2.0")
|
||||
implementation("dev.jordond.connectivity:connectivity-device:1.2.0")
|
||||
}
|
||||
}
|
||||
val commonTest by getting {
|
||||
@ -114,4 +117,4 @@ sqldelight {
|
||||
packageName.set("bou.amine.apps.readerforselfossv2.dao")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user