Skip to content

Commit f944b54

Browse files
committed
Build: Update kotlin to 1.9.22
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.
1 parent a9b50d8 commit f944b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pluginManagement {
2-
gradle.ext.kotlinVersion = '1.6.10'
2+
gradle.ext.kotlinVersion = '1.9.22'
33
gradle.ext.agpVersion = '8.1.0'
44
gradle.ext.automatticPublishToS3Version = '0.8.0'
55

0 commit comments

Comments
 (0)