Add Koin library

This commit is contained in:
MM20
2021-10-02 18:35:30 +02:00
parent de78c385df
commit 023bb2cbb1
3 changed files with 23 additions and 0 deletions
@@ -185,4 +185,11 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://material.io/icons/"
),
OpenSourceLibrary(
name = "Koin",
description = "A smart Kotlin injection library to keep you focused on your app, not on your tools",
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
url = "https://insert-koin.io/"
),
)