I'll also mention another error I started encounte...
# kobweb
r
I'll also mention another error I started encountering:
Copy code
> Task :site:kspKotlinJs FAILED
e: java.lang.AssertionError: Built-in class kotlin.Number is not found
But I only get this when building in a docker container.
d
Did you ensure the kobweb and kotlin and compose versions match?
r
That's a good point. I'm just going to downgrade until I can fix the other issues.
Here's what was working for me:
Copy code
jetbrains-compose = "1.6.11"
kobweb = "0.19.0"
kotlin = "2.0.10"
d
r
Thanks.