Skip to content

Commit

Permalink
Merge pull request #24 from saschpe/saschpe.x64-targets
Browse files Browse the repository at this point in the history
Add iosX64, tvosX64 and watchosX64 build target
  • Loading branch information
saschpe authored Jun 21, 2024
2 parents af70949 + 6cb3ddd commit 6403575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.1.1] - 2024-03-23
- Provide javadoc artifacts for Sonatype Maven Central
- Add iosX64, tvosX64 and watchosX64 build target
- Dependency update:
- [Gradle 8.8](https://docs.gradle.org/8.8/release-notes.html)

Expand Down
3 changes: 3 additions & 0 deletions kase64/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 All @@ -17,7 +18,9 @@ kotlin {
macosX64()
mingwX64() // Win-what ?!?
tvosArm64()
tvosX64()
watchosArm64()
watchosX64()

applyDefaultHierarchyTemplate()

Expand Down

0 comments on commit 6403575

Please sign in to comment.