We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054c52e commit 1205528Copy full SHA for 1205528
README.md
@@ -31,10 +31,7 @@ Add the dependency below to your **module**'s `build.gradle.kts` file:
31
```kotlin
32
sourceSets {
33
commonMain.dependencies {
34
- // core library
35
implementation("io.github.composegears:tiamat:$version")
36
- // Koin integration (https://github.com/InsertKoinIO/koin)
37
- implementation("io.github.composegears:tiamat-koin:$version")
38
}
39
40
```
0 commit comments