[versions] activityCompose = "1.10.0" agp = "8.8.0" compose-destinations = "2.1.0-beta15" composeBom = "2025.01.00" composePreference = "1.1.1" coreKtx = "1.15.0" coreSplash = "1.0.1" dagger-hilt = "2.55" datastorePreferences = "1.1.2" hilt-navigation-compose = "1.2.0" kotlin = "2.1.0" kotlin-serialization = "2.1.0" kotlinx-serialization-json = "1.8.0" ksp = "2.1.0-1.0.29" lifecycleRuntimeKtx = "2.8.7" navigationCompose = "2.8.5" room = "2.6.1" [libraries] androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" } androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" } androidx-compose-material-iconsExtended = { module = "androidx.compose.material:material-icons-extended" } androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "coreSplash" } androidx-datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastorePreferences" } androidx-hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hilt-navigation-compose"} androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" } androidx-material3 = { group = "androidx.compose.material3", name = "material3" } androidx-material3-adaptive-navigation-suite = { group = "androidx.compose.material3", name = "material3-adaptive-navigation-suite" } androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" } androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" } androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" } androidx-ui = { group = "androidx.compose.ui", name = "ui" } androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } compose-destinations-bottomSheet = { group = "io.github.raamcosta.compose-destinations" , name = "bottom-sheet", version.ref = "compose-destinations"} compose-destinations-core = { group = "io.github.raamcosta.compose-destinations" , name = "core", version.ref = "compose-destinations"} compose-destinations-ksp = { group = "io.github.raamcosta.compose-destinations" , name = "ksp", version.ref = "compose-destinations"} compose-preference = { group = "me.zhanghai.compose.preference", name = "library", version.ref = "composePreference" } google-dagger-hilt = { group = "com.google.dagger", name = "hilt-android", version.ref = "dagger-hilt" } google-dagger-hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "dagger-hilt" } kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serialization-json" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" } google-dagger-hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger-hilt" } google-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin-serialization"}