From d13d0b5058804445d8936196453769ad25053676 Mon Sep 17 00:00:00 2001 From: Rick Clephas Date: Mon, 6 Nov 2023 19:16:42 +0100 Subject: [PATCH] Update KSP to 1.0.14 --- README.md | 21 +++++++++++---------- gradle/libs.versions.toml | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e8b67a52..6eef7b63 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,17 @@ This library solves both of these limitations 😄. The latest version of the library uses Kotlin version `1.9.20`. Compatibility versions for older and/or preview Kotlin versions are also available: -| Version | Version suffix | Kotlin | KSP | Coroutines | -|----------------|----------------------|:------------:|:----------:|:----------:| -| **_latest_** | **_no suffix_** | **1.9.20** | **1.0.13** | **1.7.3** | -| 1.0.0-ALPHA-18 | _no suffix_ | 1.9.10 | 1.0.13 | 1.7.3 | -| 1.0.0-ALPHA-17 | _no suffix_ | 1.9.0 | 1.0.12 | 1.7.3 | -| 1.0.0-ALPHA-13 | _no suffix_ | 1.9.0 | 1.0.11 | 1.7.2 | -| 1.0.0-ALPHA-12 | _no suffix_ | 1.8.22 | 1.0.11 | 1.7.2 | -| 1.0.0-ALPHA-10 | _no suffix_ | 1.8.21 | 1.0.11 | 1.7.1 | -| 1.0.0-ALPHA-8 | _no suffix_ | 1.8.21 | 1.0.11 | 1.6.4 | -| 1.0.0-ALPHA-7 | _no suffix_ | 1.8.20 | 1.0.10 | 1.6.4 | +| Version | Version suffix | Kotlin | KSP | Coroutines | +|----------------|----------------------|:----------:|:----------:|:----------:| +| **_latest_** | **_no suffix_** | **1.9.20** | **1.0.14** | **1.7.3** | +| 1.0.0-ALPHA-19 | _no suffix_ | 1.9.20 | 1.0.13 | 1.7.3 | +| 1.0.0-ALPHA-18 | _no suffix_ | 1.9.10 | 1.0.13 | 1.7.3 | +| 1.0.0-ALPHA-17 | _no suffix_ | 1.9.0 | 1.0.12 | 1.7.3 | +| 1.0.0-ALPHA-13 | _no suffix_ | 1.9.0 | 1.0.11 | 1.7.2 | +| 1.0.0-ALPHA-12 | _no suffix_ | 1.8.22 | 1.0.11 | 1.7.2 | +| 1.0.0-ALPHA-10 | _no suffix_ | 1.8.21 | 1.0.11 | 1.7.1 | +| 1.0.0-ALPHA-8 | _no suffix_ | 1.8.21 | 1.0.11 | 1.6.4 | +| 1.0.0-ALPHA-7 | _no suffix_ | 1.8.20 | 1.0.10 | 1.6.4 | You can choose from a couple of Swift implementations. Depending on the implementation you can support as low as iOS 9, macOS 10.9, tvOS 9 and watchOS 3: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ff9fde83..7d56b1cc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "1.9.20" kotlinx-coroutines = "1.7.3" -ksp = "1.9.20-1.0.13" +ksp = "1.9.20-1.0.14" kotlinpoet = "1.14.2" junit = "5.9.1"