Skip to content

Commit 8e49330

Browse files
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.0 (#276)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99b5e2e commit 8e49330

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

88
repositories {

0 commit comments

Comments
 (0)