Kotlin WASM: How to add links?

21 Views Asked by At

I am trying Kotlin Wasm and I would like to know how can I add a link on a button because there is not intents to call.

1

There are 1 best solutions below

0
Aris Guimerá On

I finally found the way.

val uriHandler = LocalUriHandler.current

uriHandler.openUri("https://www.google.com")