diff --git a/build.gradle b/build.gradle index fa912443..b5057df1 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.3.0' apply false - id 'org.jetbrains.kotlin.android' version '1.7.10' apply false + id 'org.jetbrains.kotlin.android' version '1.9.23' apply false id 'com.google.dagger.hilt.android' version '2.42' apply false }