Skip to content

Commit 2252c09

Browse files
authored
feat: bump default kotlin to version 1.7.21 (#1594)
The rationale is based on the Gradle Compatibility Matrix: https://docs.gradle.org/current/userguide/compatibility.html 1.7.21 is the current latest version of the 1.7 Kotlin release.
1 parent 3a9c87d commit 2252c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/cdv-gradle-config-defaults.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"GRADLE_VERSION": "7.6",
66
"MIN_BUILD_TOOLS_VERSION": "33.0.2",
77
"AGP_VERSION": "7.4.2",
8-
"KOTLIN_VERSION": "1.5.21",
8+
"KOTLIN_VERSION": "1.7.21",
99
"ANDROIDX_APP_COMPAT_VERSION": "1.6.1",
1010
"ANDROIDX_WEBKIT_VERSION": "1.6.0",
1111
"ANDROIDX_CORE_SPLASHSCREEN_VERSION": "1.0.0",

0 commit comments

Comments
 (0)