Skip to content

Commit ae8fc38

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (useKeystoreProperties) {
1111
plugins {
1212
id("com.android.application")
1313
id("org.jetbrains.kotlin.android")
14-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.0"
14+
id("org.jetbrains.kotlin.plugin.compose") version "2.3.10"
1515
}
1616

1717
android {

0 commit comments

Comments
 (0)