diff --git a/build.gradle b/build.gradle index 6039bf4..9da88e5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "2.0.21" + ext.kotlin_version = "2.1.0" ext.nav_version = "2.8.4" ext.paging_version = "3.3.2"