Skip to content

Commit

Permalink
Update kotlin (#874)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pauline Auvray <[email protected]>
  • Loading branch information
renovate[bot] and paulinea authored Mar 22, 2024
1 parent 7014646 commit ee1f0dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ kotlin {

dependencies {
implementation("com.android.tools.build:gradle:8.3.1")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22") // https://issuetracker.google.com/issues/176079157#comment14
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23") // https://issuetracker.google.com/issues/176079157#comment14
implementation("com.squareup:javapoet:1.13.0") // https://github.com/google/dagger/issues/3282
}
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/com/orange/ods/gradle/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Versions {
const val appCompat = "1.6.1"
const val browser = "1.8.0"
const val composeBom = "2024.03.00"
const val composeCompiler = "1.5.10"
const val composeCompiler = "1.5.11"
const val coil = "2.6.0"
const val constraintLayout = "2.1.4"
const val constraintLayoutCompose = "1.0.1"
Expand All @@ -37,9 +37,9 @@ object Versions {
const val googleServicesGradlePlugin = "4.4.1"
const val hilt = "2.51"
const val jUnit = "4.13.2"
const val kotlin = "1.9.22"
const val kotlin = "1.9.23"
const val kotlinPoet = "1.16.0"
const val ksp = "$kotlin-1.0.16"
const val ksp = "1.9.23-1.0.19"
const val lifecycle = "2.7.0"
const val material = "1.11.0"
const val navigation = "2.7.7"
Expand Down
2 changes: 1 addition & 1 deletion composable-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import com.orange.ods.gradle.Dependencies

plugins {
kotlin("jvm")
id("com.google.devtools.ksp") version "1.9.22-1.0.18"
id("com.google.devtools.ksp") version "1.9.23-1.0.19"
}

sourceSets.main {
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import com.orange.ods.gradle.Dependencies
import com.orange.ods.gradle.Versions

plugins {
id("com.google.devtools.ksp") version "1.9.22-1.0.18"
id("com.google.devtools.ksp") version "1.9.23-1.0.19"
id("library")
id("github")
id("kotlin-parcelize")
Expand Down

0 comments on commit ee1f0dc

Please sign in to comment.