From 473fe3aec9ca89587d3afe07b76d0a2e0fba8132 Mon Sep 17 00:00:00 2001 From: Aleksei Ovsiannikov Date: Mon, 10 Feb 2020 11:50:49 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index f4b2aee..174ea38 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,30 @@ To use this library you will need two things: Unfortunately, currently not supported other formats (due to [issue in Kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization/issues/615)) +## How to implement + +Currently you can connect repository JCenter: + +```groovy +repositories { + // ... + jcenter() + // ... +} +``` + +and implement it like here: + +```groovy +dependencies { + implementation "com.insanusmokrassar:sdi:$sdi_version" +} +``` + +Last version shown here: [ ![Download](https://api.bintray.com/packages/insanusmokrassar/InsanusMokrassar/sdi/images/download.svg) ](https://bintray.com/insanusmokrassar/InsanusMokrassar/sdi/_latestVersion) + + + ## Format of config Full examples of usage you can find in [tests](src/commonTest/kotlin/com/insanusmokrassar/sdi). In two words, there are