Skip to content

Commit

Permalink
Removed usages of old "compile" dependency configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
k4k7us23 committed Jan 27, 2025
1 parent 32c43ac commit 598cf64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart/junit-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ First, add the Koin dependency like below:
```groovy
dependencies {
// Koin testing tools
testCompile "io.insert-koin:koin-test:$koin_version"
testImplementation "io.insert-koin:koin-test:$koin_version"
// Needed JUnit version
testCompile "io.insert-koin:koin-test-junit4:$koin_version"
testImplementation "io.insert-koin:koin-test-junit4:$koin_version"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ First, check that the `koin-core` dependency is added like below:
dependencies {
// Koin for Kotlin apps
compile "io.insert-koin:koin-core:$koin_version"
implementation "io.insert-koin:koin-core:$koin_version"
}
```

Expand Down

0 comments on commit 598cf64

Please sign in to comment.