Skip to content

Commit bdb3016

Browse files
committed
Bump kotlin dependencies
1 parent b68a63f commit bdb3016

File tree

6 files changed

+239
-455
lines changed

6 files changed

+239
-455
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build](https://github.com/xxfast/KStore/actions/workflows/build.yml/badge.svg)](https://github.com/xxfast/KStore/actions/workflows/build.yml)
55

66
[![Kotlin Beta](https://kotl.in/badges/beta.svg)](https://kotlinlang.org/docs/components-stability.html)
7-
[![Kotlin](https://img.shields.io/badge/Kotlin-2.0.10-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org)
7+
[![Kotlin](https://img.shields.io/badge/Kotlin-2.1.20-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org)
88
[![Maven Central](https://img.shields.io/maven-central/v/io.github.xxfast/kstore?color=blue)](https://search.maven.org/search?q=g:io.github.xxfast)
99

1010
![badge-android](http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat)

gradle/libs.versions.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ agp = "8.0.2"
33
androidx-test-junit = "1.2.1"
44
junit = "4.13.2"
55
junit-jupiter="5.10.1"
6-
kotlin = "2.0.10"
7-
kotlinx-coroutines = "1.9.0-RC"
8-
kotlinx-serialization = "1.7.1"
9-
kotlinx-io = "0.5.0"
6+
kotlin = "2.1.20"
7+
kotlinx-browser = "0.3"
8+
kotlinx-coroutines = "1.10.2"
9+
kotlinx-serialization = "1.8.1"
10+
kotlinx-io = "0.7.0"
1011
turbine = "1.1.0"
1112

1213
[libraries]
@@ -16,6 +17,7 @@ junit = { module = "junit:junit", version.ref = "junit" }
1617
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit-jupiter" }
1718
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit-jupiter" }
1819
kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
20+
kotlinx-browser = { module = "org.jetbrains.kotlinx:kotlinx-browser", version.ref = "kotlinx-browser" }
1921
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
2022
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
2123
kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }

0 commit comments

Comments
 (0)