Skip to content

Commit

Permalink
Add iosX64 build target
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Jun 19, 2024
1 parent ea1e3d1 commit 99cfcde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Kotlin 2.0.0](https://github.com/JetBrains/kotlin/releases/tag/v2.0.0)
- [kotlinx-io 0.4.0](https://github.com/Kotlin/kotlinx-io/releases/tag/0.4.0)
- [kotlin-wrappers pre.757](https://github.com/JetBrains/kotlin-wrappers/releases/tag/pre.757)
- Add iosX64 build target

## [1.3.1] - 2024-05-22
- FileLogger: Remove constructor with `kotlinx.io.files.Path`
Expand Down
1 change: 1 addition & 0 deletions log4k/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ plugins {
kotlin {
androidTarget { publishAllLibraryVariants() }
iosArm64()
iosX64()
iosSimulatorArm64()
js { nodejs() }
jvm()
Expand Down

0 comments on commit 99cfcde

Please sign in to comment.