X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=build.gradle;h=08483565c28420864022fe4928c7455816b63ef1;hb=d913d79e10c5df3ea017e3c2d6542ea6886988d3;hp=fb516be20b52a824110a39d1478442083f4d417b;hpb=4a2a3944aac3402f780588bdbdf842251cc412a9;p=gokigen%2FPKRemote.git diff --git a/build.gradle b/build.gradle index fb516be..0848356 100644 --- a/build.gradle +++ b/build.gradle @@ -1,14 +1,16 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { + ext.kotlin_version = '1.4.21' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.2' - + classpath 'com.android.tools.build:gradle:4.1.1' + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }