Skip to content

Browser KTX 0.0.1

Choose a tag to compare

@EdricChan03 EdricChan03 released this 30 Jun 16:57
· 172 commits to main since this release
[email protected]
f38b0cc

Notable changes

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)