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.
val launcher = rememberFeinnLauncer()
launcher.launch("https://www.google.com")