But I am getting this when I try to run my webpage.
Copy code
> Task :webpage:compileProductionExecutableKotlinJs FAILED
e: java.lang.IllegalStateException: Symbol for public kotlinx.css/CssBuilder.child|-2931012023928509601[0] is unbound
at org.jetbrains.kotlin.ir.symbols.impl.IrBindablePublicSymbolBase.getOwner(IrPublicSymbolBase.kt:52)
at org.jetbrains.kotlin.ir.symbols.impl.IrPublicSymbolBase.getDescriptor(IrPublicSymbolBase.kt:23)
Kotlin 1.5.31
gradle 7.3
Is this a known problem?
andylamax
11/25/2021, 10:26 AM
@turansky have you ever seen such a compiler error? What does it mean and what does it have to do with kotlin.css/CssBuilder.child?
andylamax
11/25/2021, 10:40 AM
Found the culprit.
While I depended on version
1.0.0-pre.265-kotlin-1.5.31
on of my dependencies was compiled against
1.0.0-pre.240-kotlin-1.5.30
And looks there were some breaking changes there, that gradle resolving the latest didn't sit well with the dependency during linking