Skip to content

Commit 103d166

Browse files
Bump org.jetbrains.kotlin.plugin.compose from 2.3.10 to 2.3.20
Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.3.10 to 2.3.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.3.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.10...v2.3.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 126cabc commit 103d166

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
44

55
plugins {
66
id("com.android.application")
7-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.10"
7+
id("org.jetbrains.kotlin.plugin.compose") version "2.3.20"
88
}
99

1010
android {

chartLibCompose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import java.net.URI
55
plugins {
66
id("com.android.library")
77
id("maven-publish")
8-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.10"
8+
id("org.jetbrains.kotlin.plugin.compose") version "2.3.20"
99
id("com.vanniktech.maven.publish") version "0.36.0"
1010
}
1111

0 commit comments

Comments
 (0)