diff --git a/build.gradle b/build.gradle index f2fd604850..77a1b9a142 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '2.3.21' + ext.kotlin_version = '2.4.10' repositories { google() // https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ @@ -37,7 +37,7 @@ buildscript { } plugins { - id 'com.google.devtools.ksp' version '2.3.9' apply false + id 'com.google.devtools.ksp' version '2.3.11' apply false } allprojects {