From 8f7aca794226279f8f340c2be27b85e124449092 Mon Sep 17 00:00:00 2001 From: Andrei Beriukhov Date: Mon, 20 Jan 2025 15:23:13 +0000 Subject: [PATCH] Update Kotlin --- README.md | 4 ++-- gradle/libs.versions.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c9fc12..24a9d4b 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ## Android & Multiplatform Compose based project #KMP [![Compose Version](https://img.shields.io/badge/Jetpack%20Compose-1.7.6-yellow)](https://developer.android.com/jetpack/compose) -[![Compose Version](https://img.shields.io/badge/Compose%20Multiplatform-1.7.3-yellow)](https://github.com/JetBrains/compose-multiplatform) +[![Compose Version](https://img.shields.io/badge/Compose%20Multiplatform-1.8.0--alpha02-yellow)](https://github.com/JetBrains/compose-multiplatform) [![WearCompose Version](https://img.shields.io/badge/Wear%20Compose-1.4.0-yellow)](https://developer.android.com/jetpack/androidx/releases/wear-compose) -[![Kotlin Version](https://img.shields.io/badge/Kotlin-2.1.0-blue.svg)](https://kotlinlang.org) +[![Kotlin Version](https://img.shields.io/badge/Kotlin-2.1.10--RC2-blue.svg)](https://kotlinlang.org) [![Android CI](https://github.com/phansier/Coffeegram/actions/workflows/android.yml/badge.svg)](https://github.com/phansier/Coffeegram/actions/workflows/android.yml) [![Jetc.dev](https://img.shields.io/badge/jetc.dev-25-blue)](https://jetc.dev/issues/025.html) [![Hits-of-Code](https://hitsofcode.com/github/phansier/Coffeegram?branch=develop)](https://hitsofcode.com/github/phansier/Coffeegram/view?branch=develop) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 149d759..9173de4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,9 +4,9 @@ compileSdk = "35" minSdk = "24" wearMinSdk = "25" -kotlin = "2.1.0" # https://github.com/JetBrains/kotlin/releases +kotlin = "2.1.10-RC2" # https://github.com/JetBrains/kotlin/releases compose = "1.7.6" # https://developer.android.com/jetpack/androidx/releases/compose-ui -jetbrainsCompose = "1.8.0+dev2008" # https://github.com/JetBrains/compose-multiplatform/releases +jetbrainsCompose = "1.8.0-alpha02" # https://github.com/JetBrains/compose-multiplatform/releases agp = "8.8.0" # https://developer.android.com/studio/releases/gradle-plugin ktor = "3.0.3" # https://github.com/ktorio/ktor