mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2024-11-22 16:23:56 +00:00
update README
This commit is contained in:
parent
f93173ec09
commit
5fa5c2dee1
@ -3,6 +3,7 @@
|
|||||||
That is a template for Kotlin Multiplatform Projects. How to use it:
|
That is a template for Kotlin Multiplatform Projects. How to use it:
|
||||||
|
|
||||||
* Create your repository from this template
|
* 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_group` by your group
|
||||||
* Replace in a whole project `project_name` by your **ROOT** project name
|
* 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
|
* Update your subproject packages. It is not critical, but recommended especially in case you plan to publish your
|
||||||
|
@ -4,4 +4,5 @@
|
|||||||
# Location of the SDK. This is only used by Gradle.
|
# Location of the SDK. This is only used by Gradle.
|
||||||
# For customization when using a Version Control System, please read the
|
# For customization when using a Version Control System, please read the
|
||||||
# header note.
|
# header note.
|
||||||
sdk.dir=
|
#Wed Nov 18 19:57:08 OMST 2020
|
||||||
|
sdk.dir=/home/aleksey/Android/Sdk
|
||||||
|
Loading…
Reference in New Issue
Block a user