From 46073ffd7734d02cac7f49ff475526821f010bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20Pr=C3=BCnster?= Date: Wed, 4 Dec 2024 11:10:32 +0100 Subject: [PATCH] kotlin 2.1.0 --- CHANGELOG.md | 8 +++++++- README.md | 4 ++-- gradle.properties | 2 +- k2/src/main/resources/k2versions.properties | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3217318..0da324d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Dual-Version Kotlin 1.9.10 / 2.0.20+ +# 2.1.0 +* Kotlin 2.1.0 + +## 20241204 +* KSP 1.0.29 + # 2.0.21 -* Kotlin 2.0.21 with XCode 1 Support +* Kotlin 2.0.21 with XCode 16 Support ## 20241118 * KSP 1.0.28 diff --git a/README.md b/README.md index 3fe985f..617a9e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # A-SIT Plus Gradle Conventions Plugin -[![Version](https://img.shields.io/badge/Kotlin_2.0.20-+20241118-gray.svg?style=flat&logo=kotlin&labelColor=7463ce&logoColor=white)](CHANGELOG.md) -[![Version](https://img.shields.io/badge/Kotlin_1.9.10-+20241118-gray.svg?style=flat&logo=kotlin&labelColor=blue&logoColor=white)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/Kotlin_2.1.0-+20241204-gray.svg?style=flat&logo=kotlin&labelColor=7463ce&logoColor=white)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/Kotlin_1.9.10-+20241204-gray.svg?style=flat&logo=kotlin&labelColor=blue&logoColor=white)](CHANGELOG.md) [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-brightgreen.svg?style=flat&)](http://www.apache.org/licenses/LICENSE-2.0) **Note: This plugin is used internally at A-SIT Plus and there are no guarantees whatsoever wrt. stability, reliability, and even making any sense at all. diff --git a/gradle.properties b/gradle.properties index ce5ec2c..c8f0e07 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -buildDate=20241118 +buildDate=20241204 groupId=at.asitplus.gradle diff --git a/k2/src/main/resources/k2versions.properties b/k2/src/main/resources/k2versions.properties index 6743e41..1869908 100644 --- a/k2/src/main/resources/k2versions.properties +++ b/k2/src/main/resources/k2versions.properties @@ -1,5 +1,5 @@ -kotlin=2.0.21 -ksp=1.0.28 +kotlin=2.1.0 +ksp=1.0.29 kotest=5.9.1 kotest-plugin=6.0.0.M1 serialization=1.7.3