Thanks to visit codestin.com Credit goes to github.com
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 2c0bf94 commit f48d794Copy full SHA for f48d794
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.6.20"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
19
}
20
21
gradle/dependencies.gradle
@@ -34,7 +34,7 @@ libraries.bndGradle = 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.2.0'
34
35
libraries.groovy = 'org.codehaus.groovy:groovy:3.0.10'
36
37
-def kotlinVersion = '1.6.20'
+def kotlinVersion = '1.6.21'
38
libraries.kotlin = [
39
version: kotlinVersion,
40
0 commit comments