Skip to content

Commit 6b913c1

Browse files
deps(deps): bump the kotlin group across 1 directory with 2 updates
Bumps the kotlin group with 2 updates in the / directory: [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin.plugin.compose` 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](JetBrains/kotlin@v2.3.21...v2.4.0) Updates `org.jetbrains.kotlin.plugin.serialization` 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](JetBrains/kotlin@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 dependency-group: kotlin - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3738bd7 commit 6b913c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
plugins {
33
id("com.android.application") version "9.1.0" apply false
44
id("com.android.library") version "9.1.0" apply false
5-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.21" apply false
5+
id("org.jetbrains.kotlin.plugin.compose") version "2.4.0" apply false
66
id("com.google.dagger.hilt.android") version "2.59.2" apply false
77
id("com.google.devtools.ksp") version "2.3.6" apply false
8-
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.21" apply false
8+
id("org.jetbrains.kotlin.plugin.serialization") version "2.4.0" apply false
99
id("io.sentry.android.gradle") version "6.1.0" apply false
1010
// Chaquopy — applied ONLY by :rns-backend-py (module-level, never at :app level)
1111
// so the kotlinBackend flavor's classpath is never polluted with the Python

0 commit comments

Comments
 (0)