Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 838 Bytes

FeinnLauncher.md

File metadata and controls

33 lines (22 loc) · 838 Bytes

badge badge badge

Document uri Launcher Utilities

First add the dependency to your project:

repositories {
    mavenCentral()
}

dependencies {
    implementation("id.feinn.azisanw19:feinn-launcher:$kmp_utils_version")
}

Make sure to replace $kmp_utils_version with the appropriate version of the library.

Usage

val launcher = rememberFeinnLauncer()

launcher.launch("https://www.google.com")