mirror of
https://github.com/InsanusMokrassar/SDI.git
synced 2025-09-16 13:39:16 +00:00
Update 'README.md'
This commit is contained in:
24
README.md
24
README.md
@@ -18,6 +18,30 @@ To use this library you will need two things:
|
|||||||
Unfortunately, currently not supported other formats (due to
|
Unfortunately, currently not supported other formats (due to
|
||||||
[issue in Kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization/issues/615))
|
[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: [  ](https://bintray.com/insanusmokrassar/InsanusMokrassar/sdi/_latestVersion)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Format of config
|
## Format of config
|
||||||
|
|
||||||
Full examples of usage you can find in [tests](src/commonTest/kotlin/com/insanusmokrassar/sdi). In two words, there are
|
Full examples of usage you can find in [tests](src/commonTest/kotlin/com/insanusmokrassar/sdi). In two words, there are
|
||||||
|
Reference in New Issue
Block a user