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 af1cbd8 commit be22888Copy full SHA for be22888
build.gradle
@@ -1,6 +1,6 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
buildscript {
3
- ext.kotlin_version = "1.4.10"
+ ext.kotlin_version = "1.5.31"
4
repositories {
5
google()
6
jcenter()
@@ -25,4 +25,4 @@ allprojects {
25
26
task clean(type: Delete) {
27
delete rootProject.buildDir
28
-}
+}
0 commit comments