Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-html to v0.12.0 (#4608)
Browse files Browse the repository at this point in the history
* Update dependency org.jetbrains.kotlinx:kotlinx-html to v0.12.0

* Enable androidNative for ktor-server-html-builder

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Osip Fatkullin <osip.fatkullin@jetbrains.com>
Co-authored-by: Leonid Stashevsky <e5l@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 16, 2025
1 parent 1e91560 commit 89d096b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

kotlin = "2.1.0"
kotlinx-html = "0.11.0"
kotlinx-html = "0.12.0"
kotlinx-datetime = "0.6.1"
kotlinx-io = "0.6.0"
coroutines = "1.10.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Klib ABI Dump
// Targets: [iosArm64, iosSimulatorArm64, iosX64, js, linuxArm64, linuxX64, macosArm64, macosX64, mingwX64, tvosArm64, tvosSimulatorArm64, tvosX64, wasmJs, watchosArm32, watchosArm64, watchosDeviceArm64, watchosSimulatorArm64, watchosX64]
// Targets: [androidNativeArm32, androidNativeArm64, androidNativeX64, androidNativeX86, iosArm64, iosSimulatorArm64, iosX64, js, linuxArm64, linuxX64, macosArm64, macosX64, mingwX64, tvosArm64, tvosSimulatorArm64, tvosX64, wasmJs, watchosArm32, watchosArm64, watchosDeviceArm64, watchosSimulatorArm64, watchosX64]
// Rendering settings:
// - Signature version: 2
// - Show manifest properties: true
Expand Down

This file was deleted.

0 comments on commit 89d096b

Please sign in to comment.