|
|
|
|
@ -28,7 +28,7 @@ androidxTracing = "1.3.0-alpha02"
|
|
|
|
|
androidxUiAutomator = "2.2.0"
|
|
|
|
|
androidxWindowManager = "1.2.0"
|
|
|
|
|
androidxWork = "2.9.0"
|
|
|
|
|
coil = "2.5.0"
|
|
|
|
|
coil = "3.0.0-alpha06"
|
|
|
|
|
dependencyGuard = "0.4.3"
|
|
|
|
|
firebaseBom = "32.4.0"
|
|
|
|
|
firebaseCrashlyticsPlugin = "2.9.9"
|
|
|
|
|
@ -73,6 +73,8 @@ junit = "4.13.2"
|
|
|
|
|
sqldelight = "2.0.1"
|
|
|
|
|
kotlinInject = '0.6.3'
|
|
|
|
|
multiplatform-settings = "1.1.1"
|
|
|
|
|
ktor = "3.0.0-beta-1"
|
|
|
|
|
ktrofit = "1.12.0"
|
|
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
|
accompanist-permissions = { group = "com.google.accompanist", name = "accompanist-permissions", version.ref = "accompanist" }
|
|
|
|
|
@ -116,8 +118,9 @@ androidx-test-uiautomator = { group = "androidx.test.uiautomator", name = "uiaut
|
|
|
|
|
androidx-tracing-ktx = { group = "androidx.tracing", name = "tracing-ktx", version.ref = "androidxTracing" }
|
|
|
|
|
androidx-work-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "androidxWork" }
|
|
|
|
|
androidx-work-testing = { group = "androidx.work", name = "work-testing", version.ref = "androidxWork" }
|
|
|
|
|
coil-kt = { group = "io.coil-kt", name = "coil", version.ref = "coil" }
|
|
|
|
|
coil-kt-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }
|
|
|
|
|
coil-kt = { group = "io.coil-kt", name = "coil3", version.ref = "coil" }
|
|
|
|
|
coil-core = { group = "io.coil-kt", name = "coil-core", version.ref = "coil" }
|
|
|
|
|
coil-kt-compose = { group = "io.coil-kt", name = "coil-compose-core", version.ref = "coil" }
|
|
|
|
|
coil-kt-svg = { group = "io.coil-kt", name = "coil-svg", version.ref = "coil" }
|
|
|
|
|
firebase-analytics = { group = "com.google.firebase", name = "firebase-analytics-ktx" }
|
|
|
|
|
firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version.ref = "firebaseBom" }
|
|
|
|
|
@ -176,6 +179,19 @@ multiplatform-settings = { group = "com.russhwolf", name = "multiplatform-settin
|
|
|
|
|
multiplatform-settings-test = { group = "com.russhwolf", name = "multiplatform-settings-test", version.ref = "multiplatform-settings" }
|
|
|
|
|
multiplatform-settings-serialization = { group = "com.russhwolf", name = "multiplatform-settings-serialization", version.ref = "multiplatform-settings" }
|
|
|
|
|
multiplatform-settings-coroutines = { group = "com.russhwolf", name = "multiplatform-settings-coroutines", version.ref = "multiplatform-settings" }
|
|
|
|
|
ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
|
|
|
|
|
ktor-client-json = { group = "io.ktor", name = "ktor-client-json", version.ref = "ktor" }
|
|
|
|
|
ktor-client-logging = { group = "io.ktor", name = "ktor-client-logging", version.ref = "ktor" }
|
|
|
|
|
ktor-client-serialization = { group = "io.ktor", name = "ktor-client-serialization", version.ref = "ktor" }
|
|
|
|
|
ktor-client-content-negotiation = { group = "io.ktor", name = "ktor-client-content-negotiation", version.ref = "ktor" }
|
|
|
|
|
ktor-client-android = { group = "io.ktor", name = "ktor-client-android", version.ref = "ktor" }
|
|
|
|
|
ktor-client-darwin = { group = "io.ktor", name = "ktor-client-darwin", version.ref = "ktor" }
|
|
|
|
|
ktor-client-java = { group = "io.ktor", name = "ktor-client-java", version.ref = "ktor" }
|
|
|
|
|
ktor-client-js = { group = "io.ktor", name = "ktor-client-js", version.ref = "ktor" }
|
|
|
|
|
ktor-client-winhttp = { group = "io.ktor", name = "ktor-client-winhttp", version.ref = "ktor" }
|
|
|
|
|
ktor-serialization-kotlinx-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
|
|
|
|
ktorfit-ksp = { group = "de.jensklingenberg.ktorfit", name = "ktorfit-ksp", version.ref = "ktrofit" }
|
|
|
|
|
ktorfit-lib = { group = "de.jensklingenberg.ktorfit", name = "ktorfit-lib", version.ref = "ktrofit" }
|
|
|
|
|
|
|
|
|
|
# Dependencies of the included build-logic
|
|
|
|
|
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
|
|
|
|
|
@ -204,9 +220,10 @@ protobuf = { id = "com.google.protobuf", version.ref = "protobufPlugin" }
|
|
|
|
|
roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" }
|
|
|
|
|
room = { id = "androidx.room", version.ref = "room" }
|
|
|
|
|
secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secrets" }
|
|
|
|
|
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
|
|
|
|
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
|
|
|
jetbrains-compose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
|
|
|
|
|
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
|
|
|
sqldelight-gradle-plugin = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
|
|
|
|
ktrofit = { id = "de.jensklingenberg.ktorfit", version.ref = "ktrofit" }
|
|
|
|
|
|
|
|
|
|
# Plugins defined by this project
|
|
|
|
|
nowinandroid-android-application = { id = "nowinandroid.android.application", version = "unspecified" }
|
|
|
|
|
|