Skip to content

Commit

Permalink
Build: Update kotlin to 1.9.22
Browse files Browse the repository at this point in the history
This update isn't that necessary, but should be considered anyway as it
will do the following:
- Align this library, to that Kotlin version, which is already used by
most of this library's clients and libraries.
- Unblock the usage of the dependency analysis Gradle plugin for this
project.
- Prepares this project for the Kotlin 2+ major update.
  • Loading branch information
ParaskP7 committed Jul 5, 2024
1 parent a33885f commit 6d286c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
gradle.ext.kotlinVersion = '1.6.10'
gradle.ext.kotlinVersion = '1.9.22'
gradle.ext.agpVersion = '8.1.0'
gradle.ext.automatticPublishToS3Version = '0.9.0'

Expand Down

0 comments on commit 6d286c7

Please sign in to comment.