web-app-react-kotlin-js-gradle icon indicating copy to clipboard operation
web-app-react-kotlin-js-gradle copied to clipboard

This tutorial is not compatible with kotlin-wrappers-bom:1.0.0-pre.430+

Open tokuhirom opened this issue 1 year ago • 2 comments

Current version of this tutorial depends on kotlin-wrappers-bom:1.0.0-pre.430. https://github.com/kotlin-hands-on/web-app-react-kotlin-js-gradle/blob/finished/build.gradle.kts#L28

But the latest version is kotlin-wrappers-bom:1.0.0-pre.750. I want to use the recent version of the module.

but kotlin-wrappers introduce following patch between 1.0.0-pre.430 and 1.0.0-pre.431. https://github.com/JetBrains/kotlin-wrappers/commit/e7d01b1f03fb795429003c4d0037ddf73d768115

As a result, this tutorial can't compile with the latest kotlin-wrappers-bom:1.0.0-pre.750.

Type mismatch: inferred type is org.w3c.dom.Element but web.dom.Element was expected

tokuhirom avatar May 19 '24 14:05 tokuhirom