Online Koans - "Unresolved reference: java" error when running the "JavaScript(Canvas)" configuration

Hi,

I’m not sure this is the right place to report this issue, so apologies if it isn’t.

While going through the “Builders → Html builders” Koan, I tried to run the JavaScript(Canvas)’ configuration to see the rendered table, as suggested in the Koan’s description. When I did, I got the following error in html.kt:

Error:(1, 7) Unresolved reference: java

It seems to only work when running on Kotlin v. 1.0.7, but by default the online tool runs on v. 1.1.3

Thanks.

2 Likes

You’re right, that import is no longer required now, and the koan should be updated.

The Koan for Html.kt is locked, so the user can’t edit it and remove the unneeded import. Please update the Koan. Thx.