Skip to content

Commit 4eaf61f

Browse files
Build(deps): Bump org.jetbrains.kotlin.plugin.compose
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 5376c70 commit 4eaf61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("com.android.application") version "9.1.0" apply false
33
id("com.android.library") version "9.1.0" apply false
44
id("org.jetbrains.kotlin.android") version "2.3.10" apply false
5-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.10" apply false
5+
id("org.jetbrains.kotlin.plugin.compose") version "2.3.20" apply false
66
}
77

88
val versionName = "1.16.3"

0 commit comments

Comments
 (0)