diff --git a/build.gradle b/build.gradle index 612bb90..4e24420 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.2.21" - ext.hilt_version = '2.57.2' + ext.hilt_version = '2.58' repositories { google() mavenCentral()