Skip to content

Commit

Permalink
Update Kotlin to 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Sep 6, 2024
1 parent c0b0b5c commit fdb9550
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This page lists the versions of Compose and Kotlin that each version of Kobweb i

| Kobweb | Compose | Kotlin |
|-----------------|---------|--------|
| 0.19.0+[^k2] | 1.6.11 | 2.0.10 |
| 0.19.1+ | 1.6.11 | 2.0.20 |
| 0.19.0[^k2] | 1.6.11 | 2.0.10 |
| 0.18.0+ | 1.6.2 | 1.9.23 |
| 0.17.2+ | 1.6.2 | 1.9.23 |
| 0.17.1 | 1.6.1 | 1.9.23 |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![version: 0.19.1](https://img.shields.io/badge/kobweb-0.19.1-blue)](COMPATIBILITY.md)
[![version: 0.9.15](https://img.shields.io/badge/kobweb_cli-0.9.15-blue)](https://github.com/varabyte/kobweb-cli)
<br>
[![kotlin: 2.0.10](https://img.shields.io/badge/kotlin-2.0.10-blue?logo=kotlin)](COMPATIBILITY.md)
[![kotlin: 2.0.20](https://img.shields.io/badge/kotlin-2.0.20-blue?logo=kotlin)](COMPATIBILITY.md)
[![compose: 1.6.11](https://img.shields.io/badge/compose-1.6.11-blue?logo=jetpackcompose)](COMPATIBILITY.md)
[![ktor: 2.3.12](https://img.shields.io/badge/ktor-2.3.12-blue)](https://ktor.io/)
<br>
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ compose = "1.6.11"
jsoup = "1.16.2"
kaml = "0.60.0"
kobweb-libs = "0.19.1-SNAPSHOT"
kotlin = "2.0.10"
kotlin = "2.0.20"
kotlinpoet = "1.14.2"
kotlinx-coroutines = "1.8.1"
kotlinx-html = "0.11.0"
kotlinx-serialization = "1.7.1"
ksp = "2.0.10-1.0.24"
ksp = "2.0.20-1.0.25"
ktor = "2.3.12"
logback = "1.4.14"
truthish = "1.0.2-SNAPSHOT"
Expand Down
2 changes: 1 addition & 1 deletion playground/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
jetbrains-compose = "1.6.11"
kotlin = "2.0.10"
kotlin = "2.0.20"
kotlinx-serialization = "1.7.1"

[libraries]
Expand Down

0 comments on commit fdb9550

Please sign in to comment.