8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bc5b2 commit 27e6df6Copy full SHA for 27e6df6
build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
16
classpath 'com.google.googlejavaformat:google-java-format:1.13.0'
17
classpath 'com.android.tools.build:gradle:4.2.0'
18
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
19
}
20
21
gradle/dependencies.gradle
@@ -34,7 +34,7 @@ libraries.bndGradle = 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.1.0'
34
35
libraries.groovy = 'org.codehaus.groovy:groovy:3.0.9'
36
37
-def kotlinVersion = '1.6.0'
+def kotlinVersion = '1.6.10'
38
libraries.kotlin = [
39
version: kotlinVersion,
40
0 commit comments