From 5fa5c2dee1f793e21da97b43d6c0a52634bad009 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 10 Feb 2021 13:32:26 +0600 Subject: [PATCH] update README --- README.md | 1 + local.properties | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 286fe12..333cfad 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ That is a template for Kotlin Multiplatform Projects. How to use it: * Create your repository from this template +* Fill `local.properties` in case you plan to use `Android` target (you must set up location of SDK, it will not be tracked by `git` and it is correct behaviour) * Replace in a whole project `project_group` by your group * Replace in a whole project `project_name` by your **ROOT** project name * Update your subproject packages. It is not critical, but recommended especially in case you plan to publish your diff --git a/local.properties b/local.properties index b6ed19d..f1a70c5 100644 --- a/local.properties +++ b/local.properties @@ -4,4 +4,5 @@ # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. -sdk.dir= +#Wed Nov 18 19:57:08 OMST 2020 +sdk.dir=/home/aleksey/Android/Sdk