Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.62 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.62 KB

multiplatform-utils

A collection of Kotlin Multiplatform Mobile libraries to aid in mobile app development.

battery: Access various information about the battery of the device the app is running on.

cryptohash: A set of cryptographic (and not so cryptographic) hashing functions.

connectivity: Discover network connectivity and distinguish between cellular vs WiFi connection.

ignore-test: Annotations to ignore tests from specific platforms.

package-info: An API for querying information about an application package.

Contributing

Please fork this repository and contribute back using pull requests.

All contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed.

License

License

Copyright 2021 Appmattus Limited

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.