if you move the `allprojects { repositories { … } ...
# gradle
b
if you move the
allprojects { repositories { … } }
configuration from the
gradle.kts
to the applying
.gradle
file, does it work?