Skip to content

Commit 6146a25

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.6.21 to 1.8.10
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.6.21...v1.8.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6360dbd commit 6146a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
ext.compileVersion = 31
44
ext.targetVersion = 30
55
ext.minVersion = 21
6-
ext.kotlin_version = "1.6.21" // use the same version as SDK does
6+
ext.kotlin_version = "1.8.10" // use the same version as SDK does
77
ext.sdkVersion = "3.5.0"
88

99
repositories {

0 commit comments

Comments
 (0)