Skip to content

Tweener/kmp-bom

Repository files navigation

Website X/Twitter

Kotlin gradle-version License


kmp-bom

The Bill of Materials (BoM) for this project serves as a centralized reference specifying the versions of several Kotlin Multiplatform dependencies used, ensuring consistency and streamlined dependency management across all modules that implement it.

Included libraries:

💾 Installation

Add the BoM dependency to the sourceSet of your module and include any specific dependencies you wish to use:

implementation(project.dependencies.platform("io.github.tweener:kmp-bom:$kmp-bom_version")) // Mandatory
implementation("io.github.tweener:kmp-firebase")
implementation("io.github.tweener:kmp-realm")

The latest version is: