diff --git a/build.gradle b/build.gradle index 59a43d0e..f17e84ef 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { ext { daggerVersion = "2.60.1" - kotlinVersion = "2.4.10" + kotlinVersion = "2.4.20" jUnitVersion = "4.13.2" androidXTestVersion = "1.3.0" androidXEspressoTestVersion = "3.7.0" @@ -20,7 +20,7 @@ buildscript { // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'org.jetbrains.kotlin.plugin.compose' version '2.4.10' apply false + id 'org.jetbrains.kotlin.plugin.compose' version '2.4.20' apply false id 'com.android.library' version '9.4.0' apply false id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false id 'com.android.legacy-kapt' version '9.4.0' apply false