<@U0195MWDYES> as I'm adding the adaptive framewor...
# fun-adaptive
l
@Tóth István Zoltán as I'm adding the adaptive framework to my build files, when running the gradle build for my project, it hangs a wile with a message that sayd something like
retrieving somethingsomething.xml
do you know what it is doing at this time?
t
I guess it is trying to download the pom file for one of the modules. Let me know the full message and I'll try to figure out. I don't have much time this weekend, but I can have a look at the branch linked before, if that's the one you try to build.
l
It's called
maven-metadata.xml
and it's trying to download it every time I start the jsBrowser
t
Is your project multiplatforn or Kotlin/JS?
l
Multiplatform
t
Would you paste the gradle output please. Technically it should work without any issue, the example project does.
l
Oh it works. It's just that there is this delay, and it's saying it's 'retreiving maven-metadata.xml'. I wouldn't expect any network connections while building.
(at least not after all dependencies have been downloaded)