Skip to content

Commit d201c0e

Browse files
Bump org.jetbrains.kotlin.android from 1.9.10 to 1.9.21 (#105)
* Bump org.jetbrains.kotlin.android from 1.9.10 to 1.9.21 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump kotlin 1.9.21, compose compiler 1.5.7 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ShiftHackZ <[email protected]> Co-authored-by: ShiftHackZ <[email protected]>
1 parent 9c79732 commit d201c0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ buildscript {
88
plugins {
99
id 'com.android.application' version '8.2.0' apply false
1010
id 'com.android.library' version '8.2.0' apply false
11-
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
11+
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
1212
}

core/ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
compose true
1212
}
1313
composeOptions {
14-
kotlinCompilerExtensionVersion = "1.5.3"
14+
kotlinCompilerExtensionVersion = "1.5.7"
1515
}
1616
}
1717

presentation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
compose true
1313
}
1414
composeOptions {
15-
kotlinCompilerExtensionVersion = "1.5.3"
15+
kotlinCompilerExtensionVersion = "1.5.7"
1616
}
1717
}
1818

0 commit comments

Comments
 (0)