also, regarding writing the dependencyNotation, I ...
# refreshversions
e
also, regarding writing the dependencyNotation, I went a step further by completing skipping the artifact name, ie
implementation("org.koin:koin-core")
, have you considered something like this? Edit: just saw this is actually resolving anyway, but I have no idea how..
l
We don't want ambiguity with BoM and other Gradle plugins possibly defining the version, and version constraints, so we're not doing this and wer require explicit version placeholder
I think we need to setup a FAQ someday.