andylamax
11/25/2021, 10:12 AM[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.
> 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 AMandylamax
11/25/2021, 10:40 AM1.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 linkingturansky
11/25/2021, 10:57 AMandylamax
11/25/2021, 11:09 AMandylamax
11/25/2021, 12:06 PMturansky
11/25/2021, 12:40 PMturansky
11/25/2021, 12:41 PMdoes that render as inline css, or as internal css??
emotion-css
class name generator inside