diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-11-28 08:31:17 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-11-28 14:59:39 +0100 |
| commit | e07a715ab78c0b35de3ed74c0ca72f83c745d34c (patch) | |
| tree | 1f5c3847335d1156e0ffb8ae5503c168885e9c74 /android | |
| parent | aac6336902708e2176eda2366658fd30f80095ce (diff) | |
| download | mullvadvpn-e07a715ab78c0b35de3ed74c0ca72f83c745d34c.tar.xz mullvadvpn-e07a715ab78c0b35de3ed74c0ca72f83c745d34c.zip | |
Bump kotlin to 2.1.0
Diffstat (limited to 'android')
| -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 9031349690..ea4e3dab99 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -45,8 +45,8 @@ ktor = "3.0.1" # Kotlin # Bump kotlin and kotlin-ksp together, find matching release here: # https://github.com/google/ksp/releases -kotlin = "2.0.21" -kotlin-ksp = "2.0.21-1.0.26" +kotlin = "2.1.0" +kotlin-ksp = "2.1.0-1.0.29" kotlinx = "1.9.0" kotlinx-serialization = "2.0.21" |
