[versions] agp = "8.3.2" commonsCollections4 = "4.4" commonsIo = "2.16.1" commonsLang3 = "3.14.0" commonsValidator = "1.8.0" composeBom = "2024.06.00" datastore = "1.1.1" fragmentKtx = "1.8.1" gson = "2.10.1" hilt = "2.48" junit = "4.13.2" junitVersion = "1.1.5" espressoCore = "3.5.1" appcompat = "1.6.1" kotlinxCoroutines = "1.8.1" kotlinxSerializationJson = "1.5.1" ktor = "2.3.11" lifecycleViewmodelCompose = "2.8.3" material = "1.12.0" activity = "1.9.0" constraintlayout = "2.1.4" material3 = "1.2.1" materialIconsExtended = "1.6.8" roomRuntime = "2.6.1" runtimeLivedata = "1.6.8" savedstateVersion = "1.2.1" socketIoClient = "2.0.0" navigation = "2.7.7" kotlin = "1.9.24" annotation = "1.8.0" lifecycle = "2.8.0" coreKtx = "1.13.1" uiToolingPreview = "1.6.8" uiTooling = "1.6.8" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" } androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" } androidx-material-icons-core = { module = "androidx.compose.material:material-icons-core", version.ref = "materialIconsExtended" } androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" } androidx-material3-window-size = { module = "androidx.compose.material3:material3-window-size-class", version.ref = "material3" } androidx-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata", version.ref = "runtimeLivedata" } commons-collections4 = { module = "org.apache.commons:commons-collections4", version.ref = "commonsCollections4" } commons-io = { module = "commons-io:commons-io", version.ref = "commonsIo" } commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commonsLang3" } commons-validator = { module = "commons-validator:commons-validator", version.ref = "commonsValidator" } datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore" } fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentKtx" } gson = { module = "com.google.code.gson:gson", version.ref = "gson" } hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" } junit = { group = "junit", name = "junit", version.ref = "junit" } ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" } coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" } kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" } ktor-client-cio = { group = "io.ktor", name = "ktor-client-cio", version.ref = "ktor" } ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" } ktor-client-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" } ktor-client-content-negotiation = { group = "io.ktor", name = "ktor-client-content-negotiation", version.ref = "ktor" } ktor-client-resources = { group = "io.ktor", name = "ktor-client-resources", version.ref = "ktor" } ktor-client-logging = { group = "io.ktor", name = "ktor-client-logging", version.ref = "ktor" } ktor-serialization-kotlinx-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } activity = { group = "androidx.activity", name = "activity", version.ref = "activity" } constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" } material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" } room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" } room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" } room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" } savedstate = { module = "androidx.savedstate:savedstate", version.ref = "savedstateVersion" } socket-io-client = { module = "io.socket:socket.io-client", version.ref = "socketIoClient" } navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigation" } navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation" } navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigation" } navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" } annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" } lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle" } lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" } lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" } lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycle" } core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "uiTooling" } ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "uiToolingPreview" } [plugins] androidApplication = { id = "com.android.application", version.ref = "agp" } jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } hiltAndroid = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }