Skip to content

Commit

Permalink
Kotlin and KSP versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE committed Jan 25, 2024
1 parent 807133c commit b419f06
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
---

## [1.4.0-ALPHA]

- Kotlin 1.9.22
- KSP 1.0.17

---

## [1.3.0-ALPHA]

- Kotlin 1.9.21
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Kotlin Multiplatform and Compose Multiplatform are built upon the philosophy of

| Version | Kotlin | KSP | K2 | Compose Multiplatform | Xcode |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------:|:------:|:---:|:---------------------:|:------------:|
| [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.guilhe.kmp/kmp-composeuiviewcontroller-ksp/badge.svg)](https://search.maven.org/artifact/com.github.guilhe.kmp/kmp-composeuiviewcontroller-ksp) | 1.9.21 | 1.0.15 | Yes | 1.5.11 | 14.3.1, 15.0 |
| [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.guilhe.kmp/kmp-composeuiviewcontroller-ksp/badge.svg)](https://search.maven.org/artifact/com.github.guilhe.kmp/kmp-composeuiviewcontroller-ksp) | 1.9.21 | 1.0.15 | Yes | 1.5.11 | 14.3.1, 15.2 |

It's important to note that this addresses the [current](https://github.com/JetBrains/compose-multiplatform/issues/3478) Compose Multiplatform API design. Depending on JetBrains' future implementations, this may potentially become deprecated.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ buildscript {

allprojects {
group = "com.github.guilhe.kmp"
version = "1.3.0-ALPHA"
version = "1.4.0-ALPHA"
}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]

kotlin = "1.9.21"
ksp = "1.9.21-1.0.15"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"
androidTools = "8.1.2"
compileTesting = "1.5.0"
junit = "4.13.2"
composeuiviewcontroller = "1.3.0-ALPHA"
composeuiviewcontroller = "1.4.0-ALPHA"

[plugins]

Expand Down

0 comments on commit b419f06

Please sign in to comment.