Skip to content

Commit 65ec530

Browse files
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.10 (#281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e746b9c commit 65ec530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = '1.9.0'
5+
ext.kotlinVersion = '1.9.10'
66
ext.androidGradlePluginVersion = '8.1.1'
77

88
repositories {

0 commit comments

Comments
 (0)