Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ---------- IMPORTANT ----------

Check failure on line 1 in gradle/libs.versions.toml

View workflow job for this annotation

GitHub Actions / lockfiles

⛔ Lockfile Update Required

Dependency changes detected, but lockfiles are not updated. Run `./gradlew alldependencies --write-locks` and commit the changes.
# You need to update the lock if you update or add a dependency
# you can do that with `./gradlew alldependencies --write-locks`
[versions]
Expand Down Expand Up @@ -53,7 +53,7 @@
javaVersion = "11" # https://developer.android.com/studio/write/java11-minimal-support-table
junit = "6.1.0"
kotlin = "2.4.0"
kotlinpoet = "1.11.0" # is the last version that works, we can bump it once https://github.com/square/kotlinpoet/pull/2320 1.11.0 is merged
kotlinpoet = "2.3.0" # is the last version that works, we can bump it once https://github.com/square/kotlinpoet/pull/2320 1.11.0 is merged
kotlinx-coroutines = "1.11.0"
kotlinx-serialization = "1.11.0"
ksp = "2.3.9"
Expand Down
Loading