mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-11-13 02:20:25 +00:00
add template for startup and readme
This commit is contained in:
10
startup/template/README.md
Normal file
10
startup/template/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# How to use
|
||||
|
||||
In case you have multiplatform project and wish to use startup plugin, this template may help you to create new modules.
|
||||
|
||||
1. Copy-paste whole template folder (you may clone this folder to your project and actualize some data to copy your prepared template)
|
||||
2. Replace `group_name` by your project (or root module) group name
|
||||
3. Replace `module_name` by the name of your new module name
|
||||
|
||||
You may read about the `build.gradle` structure in these templates in project
|
||||
[KotlinMultiplatformProjectTemplate](https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate).
|
||||
Reference in New Issue
Block a user