Skip to content

Commit

Permalink
Update Kotlin and KSP (#2276)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 5ccd2f9 commit eec3a99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import com.diffplug.spotless.extra.wtp.EclipseWtpFormatterStep

plugins {
id("com.android.application") version "8.5.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.10" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.10"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.10" apply false
id("com.google.devtools.ksp") version "2.0.10-1.0.24" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20" apply false
id("com.google.devtools.ksp") version "2.0.20-1.0.24" apply false
id("com.google.dagger.hilt.android") version "2.52" apply false
id("app.cash.licensee") version "1.11.0" apply false
id("com.diffplug.spotless") version "6.25.0" apply false
Expand Down

0 comments on commit eec3a99

Please sign in to comment.