Skip to content

Commit 14bddf3

Browse files
committed
Fix Gradle build failure: upgrade Kotlin from 1.9.0 to 1.9.24 for compatibility
1 parent 3f9bfa0 commit 14bddf3

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
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.9.0'
4+
ext.kotlin_version = '1.9.24'
55

66
repositories {
77
google()

0 commit comments

Comments
 (0)