Browser KTX 0.0.1
·
172 commits
to main
since this release
Notable changes
- This version is the initial release! 🎉
- Kotlin extension functions and additional utilities for version 1.5.0 of the
androidx.browser:browserartifact were added.
Full Changelog: https://github.com/EdricChan03/androidx-ktx-extras/commits/[email protected]
Version Compatibility
browser-ktx is published with the following dependencies:
| Name | Version | Scope |
|---|---|---|
| Kotlin | 1.8.21 | implementation |
| AndroidX Annotation | 1.6.0 | api |
| AndroidX Browser | 1.5.0 | api |
| androidx-ktx-extras common-enums | 0.0.1 | api |
See the module's build.gradle.kts for more info.
Usage
browser-ktx is published on Maven Central (as io.github.edricchan03.androidx.browser:browser-ktx) and can be included in your dependencies as shown below:
Kotlin/Groovy
build.gradle.kts:
implementation("io.github.edricchan03.androidx.browser:browser-ktx:0.0.1")Version Catalogs
libs.versions.toml:
[libraries]
androidxtra-browser-ktx = "io.github.edricchan03.androidx.browser:browser-ktx:0.0.1"build.gradle.kts:
implementation(libs.androidxtra.browser.ktx)