From 0b0c605dff9654d7922ac7b6c765f936447cd2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:36:59 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.plugin.compose Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.3.21 to 2.4.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.21...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- platforms/android/samples/CheckoutKitAndroidDemo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/android/samples/CheckoutKitAndroidDemo/build.gradle b/platforms/android/samples/CheckoutKitAndroidDemo/build.gradle index fb4b44df..d536cbe6 100644 --- a/platforms/android/samples/CheckoutKitAndroidDemo/build.gradle +++ b/platforms/android/samples/CheckoutKitAndroidDemo/build.gradle @@ -25,6 +25,6 @@ plugins { id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.21' apply false id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false id 'com.google.devtools.ksp' version '2.3.8' apply false - id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21' apply false + id 'org.jetbrains.kotlin.plugin.compose' version '2.4.0' apply false id 'com.apollographql.apollo' version "$apollo_version" apply false }