Skip to content

Commit

Permalink
Update Kotlin to v2.0.10 (#4629)
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 6, 2024
1 parent 021bc4d commit 5dd3d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ plugins {
id 'com.android.library' version "8.5.1" apply false
id 'com.android.test' version '8.5.1' apply false
id 'androidx.baselineprofile' version '1.2.4'
id 'org.jetbrains.kotlin.android' version "2.0.0"
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.0"
id 'org.jetbrains.kotlin.plugin.parcelize' version "2.0.0"
id 'org.jetbrains.kotlin.android' version "2.0.10"
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.10"
id 'org.jetbrains.kotlin.plugin.parcelize' version "2.0.10"
id 'org.jetbrains.kotlin.plugin.serialization' version "2.0.0"
id "com.google.devtools.ksp" version "2.0.0-1.0.24"
id 'com.google.protobuf' version "0.9.4"
Expand Down

0 comments on commit 5dd3d82

Please sign in to comment.