diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-07-03 08:40:44 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-07-03 09:47:45 +0200 |
| commit | e48a9cbfb1427aef484f89327b0a39aa64d6492b (patch) | |
| tree | 667c36b74a8aae7b7e75771889ce6c19a569d844 | |
| parent | 6ecc88a29af20d62c94d99efcc8f19b4c84f904e (diff) | |
| download | mullvadvpn-e48a9cbfb1427aef484f89327b0a39aa64d6492b.tar.xz mullvadvpn-e48a9cbfb1427aef484f89327b0a39aa64d6492b.zip | |
Bump kotlin to 2.2.0
| -rw-r--r-- | android/gradle/libs.versions.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index f13860ee84..bf32e511e0 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -66,8 +66,8 @@ ktor = "3.0.3" # Kotlin # Bump kotlin and kotlin-ksp together, find matching release here: # https://github.com/google/ksp/releases -kotlin = "2.1.21" -kotlin-ksp = "2.1.21-2.0.2" +kotlin = "2.2.0" +kotlin-ksp = "2.2.0-2.0.2" kotlinx = "1.10.2" kotlinx-serialization = "1.8.1" |
