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