Compiling Kotlin JS sample app with IR Compiler

The example in “Creating your first Kotlin JS chart app, part 1” uses legacy compiler. When I change the compiler to IR, it can compile but only a blank screen is shown. How can this be fixed? Thank you very much.

I see that the documentation is not up to date, I’ll edit it.

For now, update these parameters, and tell me if things are better:

d2vVersion=0.10.4
chartsVersion=1.0.12-RC2
dependencies {
    implementation ("io.data2viz.d2v:d2v-core-js:$d2vVersion")
    implementation ("io.data2viz.charts:core:$chartsVersion")
}