diff --git a/build.gradle b/build.gradle index cd21eba5..094ea7b1 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.0.0' apply false - id 'org.jetbrains.kotlin.android' version '1.7.10' apply false + id 'org.jetbrains.kotlin.android' version '1.9.22' apply false id 'com.google.dagger.hilt.android' version '2.42' apply false }