I'm having issues getting the Bootstrap spinner de...
# kvision
h
I'm having issues getting the Bootstrap spinner dependency to work... is there any guidance available for it? My kvision dependencies look like this:
Copy code
implementation("io.kvision:kvision:$kvisionVersion")
        implementation("io.kvision:kvision-bootstrap:$kvisionVersion")
        implementation("io.kvision:kvision-bootstrap-css:$kvisionVersion")
        implementation("io.kvision:kvision-bootstrap-spinner:$kvisionVersion")
        implementation("io.kvision:kvision-react:$kvisionVersion")
        implementation("io.kvision:kvision-spinner:$kvisionVersion")
        implementation("io.kvision:kvision-redux:$kvisionVersion")
but IntelliJ is failing to find io.kvision.form.spinner.Spinner
r
Have you tried reimporting the project?
h
I haven't. Let me try.
aha - I saw some console errors as the application closed
let me do some more digging 🙂