mbonnin
actual fun macOSMain() { GlobalScope.launch(mainDispatcher) { val response = HttpClient { }.get<HttpResponse>("<https://google.com/>") { } println("response status is: ${response.status}") } CFRunLoopRun() }
A modern programming language that makes developers happier.