Skip to content

Commit 1205528

Browse files
authored
Update README.md
1 parent 054c52e commit 1205528

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ Add the dependency below to your **module**'s `build.gradle.kts` file:
3131
```kotlin
3232
sourceSets {
3333
commonMain.dependencies {
34-
// core library
3534
implementation("io.github.composegears:tiamat:$version")
36-
// Koin integration (https://github.com/InsertKoinIO/koin)
37-
implementation("io.github.composegears:tiamat-koin:$version")
3835
}
3936
}
4037
```

0 commit comments

Comments
 (0)