Found the reason. The pom for the dependency is th...
# gradle
c
Found the reason. The pom for the dependency is there on jcenter, but jar is not, so when pom is found gradle stops searching in other repositories, but fails to download the dependency since jar isn't there, this is Spring issue, not gradle or kt-dsl related.
g
Whoa, interesting case
c
Yeah, I'll just change the order of repositories and it'll work
Probably Spring upload screwed up and since it's a milestone version nobody from the team noticed it (all of them probably have milestone repositories with higher priority than jcenter if it's present at all).
Project compiled, I was right. Thanks for your help, really saved me some time 🙂
g
You are welcome 👌