<@U5RAC8PAQ> what isnt working?
# gradle
m
@x80486 what isnt working?
x
I had some issues with permissions. I just deleted everything in
~/.gradle
and now they are gone...but still it's complaining about
build.gradle.kts:24:13: Unresolved reference: URI
and I have
import java.net.URI
on the beginning
...so silly, in the end I guess this cannot be done inside
buildscript
. I moved everything to "the normal"
dependencies
and that's it! All working!