44 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [versions]
 | |
| activityCompose = "1.11.0"
 | |
| agp = "8.11.2"
 | |
| composeBom = "2025.09.01"
 | |
| coreKtx = "1.17.0"
 | |
| coroutines = "1.10.2"
 | |
| espressoCore = "3.7.0"
 | |
| hilt = "2.57.2"
 | |
| hiltNavigationCompose = "1.2.0"
 | |
| junit = "4.13.2"
 | |
| junitVersion = "1.3.0"
 | |
| kotlin = "2.2.20"
 | |
| ksp = "2.2.20-2.0.3"
 | |
| lifecycleRuntimeKtx = "2.9.4"
 | |
| timber = "5.0.1"
 | |
| 
 | |
| [libraries]
 | |
| androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
 | |
| androidx-hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hiltNavigationCompose" }
 | |
| hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
 | |
| hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
 | |
| junit = { group = "junit", name = "junit", version.ref = "junit" }
 | |
| androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
 | |
| androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
 | |
| androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
 | |
| 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-ui = { group = "androidx.compose.ui", name = "ui" }
 | |
| androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
 | |
| androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
 | |
| androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
 | |
| androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
 | |
| androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
 | |
| androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
 | |
| timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" }
 | |
| kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" }
 | |
| 
 | |
| [plugins]
 | |
| android-application = { id = "com.android.application", version.ref = "agp" }
 | |
| kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
 | |
| kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
 | |
| hilt-android = {id = "com.google.dagger.hilt.android", version.ref = "hilt" }
 | |
| google-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
 | 
