Skip to content

Commit

Permalink
Deps: Migrated squareupKotlinPoet to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 6, 2024
1 parent 6c28a2b commit 1b2a216
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ext {
googleAutoServiceVersion = '1.0.1'
googlePlayServicesCodeScannerVersion = '16.0.0-beta3'
philjayMpAndroidChartVersion = 'v3.1.0'
squareupKotlinPoetVersion = '1.16.0'
uCropVersion = '2.2.9'

// other
Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ mockitoAndroid = '4.5.1'
mockitoKotlin = '4.1.0'
screengrab = '2.1.1'
soLoader = '0.10.5'
squareupKotlinPoet = '1.16.0'
squareupMockWebServer = '4.12.0'
squareupRetrofit = '2.9.0'
volley = '1.2.1'
Expand Down Expand Up @@ -174,6 +175,8 @@ lottie = { group = "com.airbnb.android", name = "lottie", version.ref ="lottie"
lottie-compose = { group = "com.airbnb.android", name = "lottie-compose", version.ref ="lottie" }
mockito-android = { group = "org.mockito", name = "mockito-android", version.ref ="mockitoAndroid" }
mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version.ref ="mockitoKotlin" }
squareup-kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version.ref ="squareupKotlinPoet" }
squareup-kotlinpoet-ksp = { group = "com.squareup", name = "kotlinpoet-ksp", version.ref ="squareupKotlinPoet" }
squareup-okhttp-mockWebServer = { group = "com.squareup.okhttp3", name = "mockwebserver", version.ref ="squareupMockWebServer" }
squareup-retrofit2 = { group = "com.squareup.retrofit2", name = "retrofit", version.ref ="squareupRetrofit" }
volley = { group = "com.android.volley", name = "volley", version.ref = "volley" }
Expand Down
4 changes: 2 additions & 2 deletions libs/processors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ targetCompatibility = JavaVersion.VERSION_1_8
dependencies {
implementation project(":libs:annotations")

implementation "com.squareup:kotlinpoet:$squareupKotlinPoetVersion"
implementation "com.squareup:kotlinpoet-ksp:$squareupKotlinPoetVersion"
implementation libs.squareup.kotlinpoet
implementation libs.squareup.kotlinpoet.ksp
implementation "com.google.devtools.ksp:symbol-processing-api:$gradle.ext.kspVersion"

def kctVersion = "1.5.0"
Expand Down

0 comments on commit 1b2a216

Please sign in to comment.