MicroUtils/startup/template
InsanusMokrassar b8c7e581a1 add support of linuxArm64 target 2023-10-20 21:53:27 +06:00
..
client add support of linuxArm64 target 2023-10-20 21:53:27 +06:00
common add support of linuxArm64 target 2023-10-20 21:53:27 +06:00
server add template for startup and readme 2022-12-19 17:51:05 +06:00
README.md add template for startup and readme 2022-12-19 17:51:05 +06:00

README.md

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.