Skip to content

Commit

Permalink
Update Kotlin, KSP and Compose Compiler to v2.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent b701a87 commit 209cbf1
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.4.0" apply false
id 'com.android.test' version '8.4.0' apply false
id 'androidx.baselineprofile' version '1.2.4'
id 'org.jetbrains.kotlin.android' version "2.0.0-RC2"
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.0-RC2"
id 'org.jetbrains.kotlin.plugin.parcelize' version "2.0.0-RC2"
id 'org.jetbrains.kotlin.android' version "2.0.0-RC3"
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.0-RC3"
id 'org.jetbrains.kotlin.plugin.parcelize' version "2.0.0-RC3"
id 'org.jetbrains.kotlin.plugin.serialization' version "2.0.0-RC2"
id "com.google.devtools.ksp" version "2.0.0-RC2-1.0.20"
id 'com.google.protobuf' version "0.9.4"
Expand Down

0 comments on commit 209cbf1

Please sign in to comment.