From 43e303886715d6115273cfba014a54805d3a1389 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Mon, 21 Mar 2022 17:13:10 +0000 Subject: Add PVC Widget #5076 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') 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 -- cgit v1.2.1