From 50da23daca02c4eb68e1cfec32bdeaf74cab0352 Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 23 Jun 2026 21:56:02 +1000 Subject: [PATCH] Remove deprecated targets. --- CHANGELOG.md | 4 ++++ README.md | 3 --- .../cache4k/buildlogic/convention/ConventionPlugin.kt | 3 --- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8af5e..a896853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ ### Changed - Kotlin 2.2.10 +- Remove deprecated targets - `macosX64`, `tvosX64`, `watchosX64`. +- Target Java 17. +- AtomicFU 0.33.0. +- Coroutines 1.11.0. - Migrate to Sonatype Central Portal. ## 0.14.0 diff --git a/README.md b/README.md index a1eac6c..7445019 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,9 @@ The following targets are currently supported: - iosX64 - iosArm64 - iosSimulatorArm64 -- macosX64 - macosArm64 -- tvosX64 - tvosArm64 - tvosSimulatorArm64 -- watchosX64 - watchosArm64 - watchosSimulatorArm64 - linuxX64 diff --git a/build-logic/src/main/kotlin/io/github/reactivecircus/cache4k/buildlogic/convention/ConventionPlugin.kt b/build-logic/src/main/kotlin/io/github/reactivecircus/cache4k/buildlogic/convention/ConventionPlugin.kt index be154a8..b04bef9 100644 --- a/build-logic/src/main/kotlin/io/github/reactivecircus/cache4k/buildlogic/convention/ConventionPlugin.kt +++ b/build-logic/src/main/kotlin/io/github/reactivecircus/cache4k/buildlogic/convention/ConventionPlugin.kt @@ -161,12 +161,9 @@ private fun KotlinMultiplatformExtension.configureTargets(project: Project) { iosX64() iosArm64() iosSimulatorArm64() - macosX64() macosArm64() - tvosX64() tvosArm64() tvosSimulatorArm64() - watchosX64() watchosArm64() watchosSimulatorArm64() linuxX64()