Browse Source

Merge pull request #1897 from nextcloud/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.6.20

Bump kotlin-gradle-plugin from 1.6.10 to 1.6.20
Andy Scherzinger 3 years ago
parent
commit
2bee41f515
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -24,7 +24,7 @@
 buildscript {
 
     ext {
-        kotlinVersion = '1.6.10'
+        kotlinVersion = '1.6.20'
     }
 
     repositories {