From 5623b4254265b0b5272f2d56932bd5f6db6c3412 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Wed, 17 May 2023 23:34:04 +0200 Subject: [PATCH] Bump Kotlin to 1.8.21 and Compose compiler to 1.4.7 Close #396 --- .idea/kotlinc.xml | 2 +- settings.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 69e86158..217e5c51 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index 1112f832..ca0390f5 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,7 +9,7 @@ dependencyResolutionManagement { version("targetSdk", "33") } create("libs") { - version("kotlin", "1.8.20") + version("kotlin", "1.8.21") version("kotlinx.coroutines", "1.6.4") library("kotlin.stdlib", "org.jetbrains.kotlin", "kotlin-stdlib") .versionRef("kotlin") @@ -37,7 +37,7 @@ dependencyResolutionManagement { library("markdown", "org.jetbrains", "markdown") .version("0.4.1") - version("androidx.compose.compiler", "1.4.5") + version("androidx.compose.compiler", "1.4.7") library("androidx.compose.runtime", "androidx.compose.runtime", "runtime") .version("1.5.0-alpha04") library("androidx.compose.foundation", "androidx.compose.foundation", "foundation")