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

Adding koin BOM doc #1760

Closed pedrofsn closed 7 months ago

pedrofsn commented 8 months ago

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

Fixes #1758