diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 86a50bb..5ff250d 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ buildscript { dependencies { classpath Libs.androidGradlePlugin - classpath Libs.Kotlin.gradlePlugin + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |