|
|
@ -16,13 +16,17 @@ material3 = "1.2.0" |
|
|
|
navigationCompose = "2.8.4" |
|
|
|
navigationCompose = "2.8.4" |
|
|
|
navigationComposeVersion = "2.7.2" |
|
|
|
navigationComposeVersion = "2.7.2" |
|
|
|
roomCommon = "2.6.1" |
|
|
|
roomCommon = "2.6.1" |
|
|
|
|
|
|
|
roomCompiler = "2.6.1" |
|
|
|
roomKtx = "2.6.1" |
|
|
|
roomKtx = "2.6.1" |
|
|
|
|
|
|
|
roomRuntime = "2.5.0" |
|
|
|
|
|
|
|
|
|
|
|
[libraries] |
|
|
|
[libraries] |
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } |
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } |
|
|
|
androidx-material = { module = "androidx.compose.material:material", version.ref = "material" } |
|
|
|
androidx-material = { module = "androidx.compose.material:material", version.ref = "material" } |
|
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" } |
|
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" } |
|
|
|
androidx-navigation-compose-v272 = { module = "androidx.navigation:navigation-compose", version.ref = "navigationComposeVersion" } |
|
|
|
androidx-navigation-compose-v272 = { module = "androidx.navigation:navigation-compose", version.ref = "navigationComposeVersion" } |
|
|
|
|
|
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomCompiler" } |
|
|
|
|
|
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" } |
|
|
|
converter-kotlinx-serialization = { module = "com.squareup.retrofit2:converter-kotlinx-serialization", version.ref = "converterKotlinxSerialization" } |
|
|
|
converter-kotlinx-serialization = { module = "com.squareup.retrofit2:converter-kotlinx-serialization", version.ref = "converterKotlinxSerialization" } |
|
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" } |
|
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" } |
|
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } |
|
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } |
|
|
|