mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-06 07:29:10 +00:00
Add support for Prever
This commit is contained in:
@@ -20,6 +20,7 @@ object Dependencies {
|
||||
object Kotlin {
|
||||
const val version = "1.4.21"
|
||||
const val core = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${version}"
|
||||
const val serializationJson = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1"
|
||||
const val coroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2-native-mt"
|
||||
const val coroutinesAndroid =
|
||||
"org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2-native-mt"
|
||||
@@ -65,10 +66,6 @@ object Dependencies {
|
||||
const val slf4j = "org.slf4j:slf4j-simple:1.7.30"
|
||||
}
|
||||
|
||||
object Serialization {
|
||||
const val json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1"
|
||||
}
|
||||
|
||||
object SQLDelight {
|
||||
const val version = "1.4.4"
|
||||
const val sqlDelightRuntime = "com.squareup.sqldelight:runtime:$version"
|
||||
|
||||
Reference in New Issue
Block a user