Skip to content

Commit

Permalink
kotlin 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Dec 4, 2024
1 parent f6dd958 commit 46073ff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
buildDate=20241118
buildDate=20241204
groupId=at.asitplus.gradle
4 changes: 2 additions & 2 deletions k2/src/main/resources/k2versions.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 46073ff

Please sign in to comment.