Skip to content

Commit

Permalink
Update Kotlin to 2.1.0 and KSP to 2.0.21-1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
erksch committed Feb 20, 2025
1 parent f0e4045 commit a97467a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## unreleased

- Update Kotlin to 2.1.0 and KSP to 2.0.21-1.0.25

## v0.1.0-rc.0

- Android flutter plugin module generation
6 changes: 3 additions & 3 deletions example/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
agp = "8.1.4"
kotlin = "1.9.23"
kotlin-coroutines = "1.8.1"
ksp = "1.9.23-1.0.20"
kotlin = "2.0.21"
kotlin-coroutines = "1.9.0"
ksp = "2.0.21-1.0.25"
android-minSdk = "21"
android-compileSdk = "33"

Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
kotlin = "1.9.23"
kotlin-coroutines = "1.8.0"
ksp = "1.9.23-1.0.20"
kotlinpoet = "1.13.2"
kotlin = "2.0.21"
kotlin-coroutines = "1.9.0"
ksp = "2.0.21-1.0.25"
kotlinpoet = "1.18.1"
swiftpoet = "1.6.5"

[libraries]
Expand Down

0 comments on commit a97467a

Please sign in to comment.