Skip to content

Commit e8bddfc

Browse files
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.2.10 (#363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae66d8a commit e8bddfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.gradle.api.internal.classpath.ModuleRegistry
22
import org.gradle.api.internal.project.ProjectInternal
33

44
buildscript {
5-
ext.kotlinVersion = '2.2.0'
5+
ext.kotlinVersion = '2.2.10'
66
ext.androidGradlePluginVersion = '8.12.0'
77

88
repositories {

0 commit comments

Comments
 (0)