InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
8.98k stars 710 forks source link

Avoid to leak dependencies #1752

Closed pedrofsn closed 3 months ago

pedrofsn commented 8 months ago

Description

I had a problem with libraries compatibility in my project, the main reason was bellow. This could be avoided don't leaking dependencies.

image (1)

Solution Proposal

Use of implementation instead of api in koin-test/build.gradle.

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.