mirror of
https://github.com/InsanusMokrassar/SDI.git
synced 2024-11-23 18:48:52 +00:00
fix README
This commit is contained in:
parent
4c8951743b
commit
6aa2a88197
@ -105,7 +105,7 @@ And with config for this library:
|
|||||||
Kotlin code will be:
|
Kotlin code will be:
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
val module = Json.plain.parse(Module.serializer(), input)
|
val module = loadModule(input)
|
||||||
val businessService = (module["service"] as BusinessService)
|
val businessService = (module["service"] as BusinessService)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user