'Is there detailed information about kotlinx.browser?
I'm making Automated Zoom Opener for Zoom online class. But, I don't know how to open website with Kotlin/Native on Windows PC. So I searched for Kotlin module which is similar to webbrowser module in python. I found a module, kotlinx.browser, but I couldn't find any information about it. Can you find or provide some information and sample code about it? (Or other ways to open website with Kotlin/Native on Windows PC.)
Solution 1:[1]
The package kotlinx.browser is part of kotlin-stdlib. According to (1) it needs Kotlin/JS as prerequisite. See (2) how to set up Kotlin/JS. A small example on the usage of kotlin.browser can be found at (3).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | rwst |
