Skip to content

Commit

Permalink
chore(deps): update kotlin and ksp to v2.1.10 (#5216)
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 Jan 28, 2025
1 parent d4beb47 commit fad390a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ plugins {
id 'com.android.library' version "8.8.0" apply false
id 'com.android.test' version '8.8.0' apply false
id 'androidx.baselineprofile' version '1.3.3'
id 'org.jetbrains.kotlin.android' version "2.1.0"
id 'org.jetbrains.kotlin.plugin.compose' version "2.1.0"
id 'org.jetbrains.kotlin.plugin.parcelize' version "2.1.0"
id 'org.jetbrains.kotlin.plugin.serialization' version "2.1.0"
id 'org.jetbrains.kotlin.android' version "2.1.10"
id 'org.jetbrains.kotlin.plugin.compose' version "2.1.10"
id 'org.jetbrains.kotlin.plugin.parcelize' version "2.1.10"
id 'org.jetbrains.kotlin.plugin.serialization' version "2.1.10"
id "com.google.devtools.ksp" version "2.1.0-1.0.29"
id 'com.google.protobuf' version "0.9.4"
id 'app.cash.licensee' version "1.12.0"
Expand Down

0 comments on commit fad390a

Please sign in to comment.