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 membonnin
12/12/2020, 11:01 PMplugins {} syntax for it?mbonnin
12/12/2020, 11:01 PMimplementation() 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