-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File updated for better naming and organization
- Loading branch information
1 parent
de7d184
commit 170bbbf
Showing
1 changed file
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
[versions] | ||
kotlin-version = "2.1.0" | ||
kotlinx-coroutines = "1.9.0" | ||
serialization-version = "2.0.0" | ||
ktor-version = "3.0.2" | ||
logback-version = "1.4.14" | ||
koin-version = "4.0.0" | ||
serialization = "2.0.0" | ||
datetime-version = "0.6.1" | ||
google-firebase-version = "9.4.2" | ||
agp-version = "8.5.2" | ||
compose-multiplatform-version = "1.7.0" | ||
shadow-version = "9.0.0-beta4" | ||
|
||
ktor = "3.0.2" | ||
logback = "1.5.12" | ||
koin = "4.0.0" | ||
google-firebase = "9.4.2" | ||
compose-multiplatform = "1.7.0" | ||
shadow = "9.0.0-beta4" | ||
|
||
agp = "8.5.2" | ||
android-compileSdk = "34" | ||
android-minSdk = "24" | ||
android-targetSdk = "34" | ||
androidx-activityCompose = "1.9.3" | ||
androidx-compose-activity = "1.9.3" | ||
androidx-lifecycle = "2.8.4" | ||
|
||
|
||
[libraries] | ||
ktor-server-core = { module = "io.ktor:ktor-server-core-jvm", version.ref = "ktor-version" } | ||
ktor-server-netty = { module = "io.ktor:ktor-server-netty-jvm", version.ref = "ktor-version" } | ||
ktor-server-negotiation = { module = "io.ktor:ktor-server-content-negotiation-jvm", version.ref = "ktor-version" } | ||
ktor-server-config-yaml = { module = "io.ktor:ktor-server-config-yaml-jvm", version.ref = "ktor-version" } | ||
ktor-server-test-host = { module = "io.ktor:ktor-server-test-host-jvm", version.ref = "ktor-version" } | ||
ktor-server-status-pages = { module = "io.ktor:ktor-server-status-pages", version.ref = "ktor-version" } | ||
ktor-server-core = { module = "io.ktor:ktor-server-core-jvm", version.ref = "ktor" } | ||
ktor-server-netty = { module = "io.ktor:ktor-server-netty-jvm", version.ref = "ktor" } | ||
ktor-server-negotiation = { module = "io.ktor:ktor-server-content-negotiation-jvm", version.ref = "ktor" } | ||
ktor-server-config-yaml = { module = "io.ktor:ktor-server-config-yaml-jvm", version.ref = "ktor" } | ||
ktor-server-test-host = { module = "io.ktor:ktor-server-test-host-jvm", version.ref = "ktor" } | ||
ktor-server-status-pages = { module = "io.ktor:ktor-server-status-pages", version.ref = "ktor" } | ||
|
||
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" } | ||
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" } | ||
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" } | ||
ktor-client-negotiation = { module = "io.ktor:ktor-client-content-negotiation-jvm", version.ref = "ktor" } | ||
|
||
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor-version" } | ||
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor-version" } | ||
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor-version" } | ||
ktor-client-negotiation = { module = "io.ktor:ktor-client-content-negotiation-jvm", version.ref = "ktor-version" } | ||
ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json-jvm", version.ref = "ktor" } | ||
|
||
ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json-jvm", version.ref = "ktor-version" } | ||
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback" } | ||
|
||
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback-version" } | ||
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin-version" } | ||
kotlinx-coroutines-swing = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" } | ||
kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "datetime-version" } | ||
|
||
koin-ktor = { module = "io.insert-koin:koin-ktor", version.ref = "koin-version" } | ||
koin-ktor = { module = "io.insert-koin:koin-ktor", version.ref = "koin" } | ||
|
||
google-firebase-admin = { module = "com.google.firebase:firebase-admin", version.ref = "google-firebase-version" } | ||
google-firebase-admin = { module = "com.google.firebase:firebase-admin", version.ref = "google-firebase" } | ||
|
||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" } | ||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-compose-activity" } | ||
androidx-lifecycle-viewmodel = { group = "org.jetbrains.androidx.lifecycle", name = "lifecycle-viewmodel", version.ref = "androidx-lifecycle" } | ||
androidx-lifecycle-runtime-compose = { group = "org.jetbrains.androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidx-lifecycle" } | ||
|
||
kotlinx-coroutines-swing = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" } | ||
|
||
|
||
[plugins] | ||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin-version" } | ||
ktor = { id = "io.ktor.plugin", version.ref = "ktor-version" } | ||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "serialization-version" } | ||
android-application = { id = "com.android.application", version.ref = "agp-version" } | ||
android-library = { id = "com.android.library", version.ref = "agp-version" } | ||
compose-multiplatform = { id = "org.jetbrains.compose", version.ref = "compose-multiplatform-version" } | ||
ktor = { id = "io.ktor.plugin", version.ref = "ktor" } | ||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "serialization" } | ||
android-application = { id = "com.android.application", version.ref = "agp" } | ||
android-library = { id = "com.android.library", version.ref = "agp" } | ||
compose-multiplatform = { id = "org.jetbrains.compose", version.ref = "compose-multiplatform" } | ||
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin-version" } | ||
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin-version" } | ||
shadow = { id = "com.gradleup.shadow", version.ref = "shadow-version" } | ||
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" } |