diff --git a/build.gradle b/build.gradle index 37c705ed..fb33026a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { ext { libraryVersion = "$VERSION" libraryVersionCode = Integer.parseInt(rootProject.properties["VERSION_CODE"]) - kotlinVersion = '1.9.0' + kotlinVersion = '1.9.20' composeVersion = '1.5.2' } repositories {