Hello, stupid queastion, but why `li` is unresolve...
# kotlinx-html
m
Hello, stupid queastion, but why
li
is unresolved reference?
c
did you import it? we do not like wildcard imports in our porject, but for
import kotlinx.html.*
we have an exception in our linter... did you manage to fix it?
m
strange, it somehow works without any known change, however, i played a lot with this sandbox project, maybe i fixed it unintended 🤓
import was there from the begining, i am sure