Skip to content

Commit 192048d

Browse files
author
Cody Koeninger
authored
Update README.md
link to coroutine issue / workaround
1 parent 5ec7dac commit 192048d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ cd projectname
2525

2626
That will compile your code and package it into index.js, after which you can run `wrangler publish` to push it to Cloudflare.
2727

28-
For more information on interop between Kotlin and Javascript, see the [Kotlin docs](https://kotlinlang.org/docs/reference/js-interop.html).
28+
For more information on interop between Kotlin and Javascript, see the [Kotlin docs](https://kotlinlang.org/docs/reference/js-interop.html). Regarding coroutines, see [this issue with workaround](https://github.com/cloudflare/kotlin-worker-hello-world/issues/2)

0 commit comments

Comments
 (0)