Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.36 KB

File metadata and controls

34 lines (26 loc) · 1.36 KB

package-info

A Kotlin Multiplatform Mobile library to provide an API for querying information about an application package.

Getting started

badge badge Maven Central

Include the following dependency in your build.gradle.kts file:

commonMain {
    implementation("com.appmattus.mpu:package-info:<latest-version>")
}

Inspired by the Flutter package_info package.