11[versions ]
2+ androidGradlePlugin = " 8.6.1"
23androidxConstraintlayout = " 2.1.4"
34androidxFragmentKtxVersion = " 1.6.2"
45androidxLifecycleViewmodelKtx = " 2.7.0"
@@ -15,14 +16,14 @@ coreKtx = "1.12.0"
1516espressoCore = " 3.5.1"
1617glide = " 4.16.0"
1718googleServices = " 4.3.14"
18- gradle = " 8.6.1"
1919gson = " 2.10.1"
2020junit = " 4.13.2"
2121junitVersion = " 1.1.5"
2222junitKtx = " 1.1.5"
2323kotlinGradlePlugin = " 1.9.25"
2424kotlinxCoroutinesBom = " 1.7.3"
2525ksp = " 1.9.25-1.0.20"
26+ ktlint = " 11.0.0"
2627lifecycleLivedataKtxVersion = " 2.7.0"
2728lifecycleRuntimeKtx = " 2.7.0"
2829material = " 1.11.0"
@@ -57,10 +58,8 @@ com-squareup-retrofit = { module = "com.squareup.retrofit2:retrofit", version.re
5758compiler-glide = { module = " com.github.bumptech.glide:compiler" , version.ref = " compiler" }
5859glide = { module = " com.github.bumptech.glide:glide" , version.ref = " glide" }
5960google-services = { module = " com.google.gms:google-services" , version.ref = " googleServices" }
60- gradle = { module = " com.android.tools.build:gradle" , version.ref = " gradle" }
6161gson = { module = " com.google.code.gson:gson" , version.ref = " gson" }
6262junit = { module = " junit:junit" , version.ref = " junit" }
63- kotlin-gradle-plugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlinGradlePlugin" }
6463kotlinx-coroutines-bom = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-bom" , version.ref = " kotlinxCoroutinesBom" }
6564lifecycle-livedata-ktx = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version.ref = " lifecycleLivedataKtxVersion" }
6665material = { module = " com.google.android.material:material" , version.ref = " material" }
@@ -74,3 +73,6 @@ squareup-logging-interceptor = { module = "com.squareup.okhttp3:logging-intercep
7473
7574[plugins ]
7675ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
76+ ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version.ref = " ktlint" }
77+ android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
78+ kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlinGradlePlugin" }
0 commit comments