Getting this weird error when trying fresh build o...
# kvision
b
Getting this weird error when trying fresh build of new kvision project with IR
Copy code
e: java.lang.IllegalStateException: No descriptor found for library /home/mpetuska/.gradle/caches/modules-2/files-2.1/io.kvision/kvision-bootstrap-css/4.0.0/966cd74de61f5102ac384f4a6a435665cbe34ba5/kvision-bootstrap-css-4.0.0
r
never seen something like that
what files are in this directory?
b
Looks like it's gradle cache of the dependency
and it's corrupted. Tries cleaning the cache and re-downloading, but same result
r
I have
kvision-bootstrap-css-4.0.0.klib
file there (3593 bytes)
b
me too, the file contents seem to have been packed incorrectly
Can you try building IR project with that module yourself once you get a minute?
r
I'm building IR projects all the time 🙂 But I'll try once again.
b
Must be just me then
r
I've made a few tests, tried to clean gradle cache and download artifacts again, found no problem
Have you started with a template or kvision-project-wizard? Or have you created project from scratch?
b
A bit of both. I've migrated my old project from react to kvision and plugged in missing configs where needed from templates
r
Perhaps an old Gradle?