Skip to content

Commit

Permalink
Merge pull request #3727 from element-hq/feature/fga/kotlin_poet_deps
Browse files Browse the repository at this point in the history
Dependencies : makes sure to use same version for all kotlinpoet dependencies
  • Loading branch information
ganfra authored Oct 23, 2024
2 parents 98057c1 + 83f96fa commit 14fae6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Project
android_gradle_plugin = "8.7.1"
kotlin = "2.0.20"
kotlinpoetKsp = "2.0.0"
kotlinpoet = "2.0.0"
ksp = "2.0.20-1.0.25"
firebaseAppDistribution = "5.0.0"

Expand Down Expand Up @@ -67,7 +67,8 @@ compose_compiler_plugin = { module = "org.jetbrains.kotlin:compose-compiler-grad
android_desugar = "com.android.tools:desugar_jdk_libs:2.1.2"
anvil_gradle_plugin = { module = "dev.zacsweers.anvil:gradle-plugin", version.ref = "anvil" }
kotlin_gradle_plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoetKsp" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" }
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoet" }
kover_gradle_plugin = { module = "org.jetbrains.kotlinx:kover-gradle-plugin", version.ref = "kover" }
ksp_gradle_plugin = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }
gms_google_services = "com.google.gms:google-services:4.4.2"
Expand Down Expand Up @@ -186,7 +187,6 @@ maplibre = "org.maplibre.gl:android-sdk:11.5.1"
maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.2"
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.1"
opusencoder = "io.element.android:opusencoder:1.1.0"
kotlinpoet = "com.squareup:kotlinpoet:1.18.1"
zxing_cpp = "io.github.zxing-cpp:android:2.2.0"

# Analytics
Expand Down

0 comments on commit 14fae6c

Please sign in to comment.