InsertKoinIO / koin

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

Add Koin BoM in setup documentation #1758

Closed pedrofsn closed 9 months ago

pedrofsn commented 10 months ago

We've a gap about it. The idea here it's a very quickly information about the usage with implementation platform("io.insert-koin:koin-bom:$koin_bom") and not implementation "io.insert-koin:koin-bom:$koin_bom".

Add this new information on Koin Setup.

arnaudgiuliani commented 9 months ago

Thanks for the PR