From c2e7c61341a2a09f8592bd6e96395c3fc3d4d2a2 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 14 Feb 2021 21:49:43 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f2049c..0bb24a5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ That is a template for Kotlin Multiplatform Projects. How to use it: * Create your repository from this template -* Add `local.properties` file 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) +* Add `local.properties` file 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). In the snippet below you may see approximate content of `local.properties` file: ```properties ## This file must *NOT* be checked into Version Control Systems, # as it contains information specific to your local configuration.