bod
12/12/2020, 4:23 PMimplementation("group", "artifact", version)
instead of implementation("group:artifact:$version")
? I could write a small fun for this of course but first checking if I'm not missing something that already exist?mbonnin
12/12/2020, 10:58 PMimplementation(group = group, name = artifact, version = version)
seems to work for meplugins {}
syntax for it?implementation()
is there, I'd expect the other one to be there toobod
12/13/2020, 1:56 PMlouiscad
12/13/2020, 4:54 PMmbonnin
12/13/2020, 9:35 PMKotlinDependencyHandler
. Interesting that it's not generated accessors in the multiplatform case