Skip to content

Commit 05cd95f

Browse files
renovate[bot]xz-dev
authored andcommitted
chore(deps): update kotlin monorepo to v2.0.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89562c8 commit 05cd95f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'kotlin-kapt'
55
id 'com.google.devtools.ksp'
66
id 'org.jetbrains.kotlin.android'
7-
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.0"
7+
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.10"
88
}
99

1010
// NO FREE

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext {
5-
kotlin_version = '2.0.0'
5+
kotlin_version = '2.0.10'
66
kotlin_coroutines_version = '1.8.1'
77
kotlin_stdlib_version = '1.5.0'
88
android_ktx_version = "1.13.1"

0 commit comments

Comments
 (0)