A Kotlin Multiplatform Mobile library to provide an API for querying information about an application package.
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.