Skip to content

Commit ed1adb2

Browse files
committed
Update Kotlin to 2.2.20
1 parent 070bdce commit ed1adb2

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

COMPATIBILITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This page lists the versions of Compose and Kotlin that each version of Kobweb i
44

55
| Kobweb | Compose | Kotlin |
66
|-------------|---------|--------|
7+
| 0.23.3+ | 1.8.0 | 2.2.20 |
78
| 0.23.1+ | 1.8.0 | 2.2.10 |
89
| 0.23.0 | 1.8.0 | 2.2.0 |
910
| 0.22.0 | 1.8.0 | 2.1.21 |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![version: 0.23.3](https://img.shields.io/badge/kobweb-0.23.3-blue)](COMPATIBILITY.md)
22
[![version: 0.9.21](https://img.shields.io/badge/kobweb_cli-0.9.21-blue)](https://github.com/varabyte/kobweb-cli)
33
<br>
4-
[![kotlin: 2.2.10](https://img.shields.io/badge/kotlin-2.2.10-blue?logo=kotlin)](COMPATIBILITY.md)
4+
[![kotlin: 2.2.20](https://img.shields.io/badge/kotlin-2.2.20-blue?logo=kotlin)](COMPATIBILITY.md)
55
[![compose: 1.8.0](https://img.shields.io/badge/compose-1.8.0-blue?logo=jetpackcompose)](COMPATIBILITY.md)
66
[![ktor: 3.2.0](https://img.shields.io/badge/ktor-3.2.0-blue)](https://ktor.io/)
77
<br>

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ gradle-publish = "2.0.0"
88
janino = "3.1.12"
99
jsoup = "1.16.2"
1010
kaml = "0.60.0"
11-
kotlin = "2.2.10"
11+
kotlin = "2.2.20"
1212
kotlinpoet = "2.1.0"
1313
kotlinx-coroutines = "1.8.1"
1414
kotlinx-html = "0.12.0"
1515
kotlinx-serialization = "1.7.1"
16-
ksp = "2.2.10-2.0.2"
16+
ksp = "2.2.20-2.0.2"
1717
ktor = "3.2.0"
1818
logback = "1.5.15"
1919
playwright = "1.50.0"

playground/.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
jetbrains-compose = "1.8.0"
3-
kotlin = "2.2.10"
3+
kotlin = "2.2.20"
44
kotlinx-serialization = "1.7.1"
55

66
[libraries]

0 commit comments

Comments
 (0)