From 676ab214f324cc494bb895c16c9710739de2b45b Mon Sep 17 00:00:00 2001 From: Rafael Costa Date: Sun, 22 Jan 2023 15:31:33 +0000 Subject: [PATCH] Updated dependencies to use kotlin 1.8.0. --- .idea/compiler.xml | 18 ++++++++++++------ .idea/misc.xml | 2 +- gradle/libs.versions.toml | 6 +++--- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 91b3b3f8..606ba8de 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -3,12 +3,18 @@ - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index b9e49dad..78090dd3 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e681ce85..78cafc6e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ minSdk = "21" compileSdk = "33" targetSdk = "33" -kotlin = "1.7.21" +kotlin = "1.8.0" dependencyCheckPluginVersion = "0.44.0" gradlePluginVersion = "7.4.0" mavenPublishPluginVersion = "0.22.0" @@ -16,13 +16,13 @@ material = "1.7.0" lifecycleKtx = "2.5.1" lifecycleRuntimeKtx = "2.5.1" -ksp = "1.7.21-1.0.8" +ksp = "1.8.0-1.0.8" junit = "4.13.2" compose = "1.4.0-alpha04" composeMaterial = "1.4.0-alpha04" -composeCompiler = "1.4.0-alpha02" +composeCompiler = "1.4.0" composeNavigation = "2.6.0-alpha04" accompanist = "0.29.0-alpha"