Hello there, I only have ```[versions] react = "17...
# react
a
Hello there, I only have
Copy code
[versions]
react = "17.0.2-pre.265-kotlin-1.5.31"
react_router_dom = "5.3.0-pre.265-kotlin-1.5.31"
extension = "1.0.1-pre.265-kotlin-1.5.31"
css = "1.0.0-pre.265-kotlin-1.5.31"
styled = "5.3.3-pre.265-kotlin-1.5.31"
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?
@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?
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
t
I use “zero runtime”
csstype
and
react-css
as adapter Example (-200KB for my app)
a
does that render as inline css, or as internal css??
And now for some reasons gradle can;t resolve kotlin-css
t
Do you use BOM?
does that render as inline css, or as internal css??
emotion-css
class name generator inside