diff --git a/README.md b/README.md new file mode 100644 index 0000000..23d5f32 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Multiplatform library template + +## What is it? + +It's the barebones library project intended to quickly bootstrap a Kotlin Multiplatform library, that is deployable to Maven Central. + +## How do I use it? + +1. Clone this repository ot just [use it as template](https://github.com/asm0dey/dummylib-multiplatform/generate) +2. Edit project name in [`settings.gradle.kts`](settings.gradle.kts#L15) \ No newline at end of file