From 5eec3f42ad01d67ac8a521bb55f3134f761b55e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=8B=A0=ED=98=81?= <qkr819@ajou.ac.kr> Date: Thu, 7 Jun 2018 21:31:52 +0900 Subject: [PATCH] Update build.gradle --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 4f9eba6..c77a0a0 100644 --- a/build.gradle +++ b/build.gradle @@ -13,6 +13,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.1.2' 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 } -- GitLab