Skip to content

Commit bb5b769

Browse files
chore(deps): bump org.jetbrains.kotlin.plugin.compose
Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.3.20 to 2.3.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.20...v2.3.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f0d44e commit bb5b769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/samples/MobileBuyIntegration/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ plugins {
2323
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.20' apply false
2424
id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false
2525
id 'com.google.devtools.ksp' version '2.3.6' apply false
26-
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20' apply false
26+
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21' apply false
2727
id 'com.apollographql.apollo' version '4.4.3' apply false
2828
}

0 commit comments

Comments
 (0)