For now I'm using a "hack", by putting this code i...
# kvision
r
For now I'm using a "hack", by putting this code into init code of main project:
Copy code
try {
        require("kvision-bootstrap-css").pl.treksoft.kvision.KVManagerBootstrapCss
} catch (e: Throwable) {
}
It works, but puts a warning in browser logs when module is not included.