Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3bd11e

Browse files
authoredFeb 1, 2024
chore(deps): update kotlinversion to v1.9.22
1 parent 652d9ce commit d3bd11e

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,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
String kotlinVersion = "1.8.22"
3+
String kotlinVersion = "1.9.22"
44
id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false
55
id 'org.jetbrains.kotlin.kapt' version kotlinVersion apply false
66
id 'org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false

0 commit comments

Comments
 (0)
Please sign in to comment.