We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a41fd commit 34b8a8dCopy full SHA for 34b8a8d
build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
16
classpath 'com.google.googlejavaformat:google-java-format:1.15.0'
17
classpath 'com.android.tools.build:gradle:4.2.0'
18
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22"
19
}
20
21
gradle/dependencies.gradle
@@ -34,7 +34,7 @@ libraries.bndGradle = 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.1'
34
35
libraries.groovy = 'org.codehaus.groovy:groovy:3.0.13'
36
37
-def kotlinVersion = '1.7.21'
+def kotlinVersion = '1.7.22'
38
libraries.kotlin = [
39
version: kotlinVersion,
40
0 commit comments