X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=build.gradle;h=08483565c28420864022fe4928c7455816b63ef1;hb=d913d79e10c5df3ea017e3c2d6542ea6886988d3;hp=458d06aad8443d6bd3ef7dd54b1cbc759b0f0b85;hpb=1441461c91bd48d8f93af313fc07fb9fb6ab4e54;p=gokigen%2FPKRemote.git diff --git a/build.gradle b/build.gradle index 458d06a..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.4.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 }