gvetri
01/22/2021, 3:37 PMlouiscad
01/22/2021, 3:39 PM_
as the version and refreshVersions will manage the version.gvetri
01/22/2021, 3:47 PMimplementation("org.koin:koin-core:_")
And the versions.property has generated the line:
version.org.koin..koin-core=2.2.2
Thanks for the help.
Now this may be a tricky question but it's possible to choose another dependency than the generated? for example 2.0.1 instead 2.2.2.
I'm migrating dependencies to refreshVersions and doing a koin migration from 2.0.1 to 2.2.2 can probably be a huge PR.louiscad
01/22/2021, 3:48 PMversions.properties
file to specify a different version, for sure. If you run the refreshVersions
task again, it'll show all the updates that came after the currently used version.gvetri
01/22/2021, 3:52 PMversions.properties
would update it automatically to the latest version 🤦♂️. Thankslouiscad
01/22/2021, 3:53 PMies
, not y
louiscad
01/22/2021, 3:54 PMgvetri
01/22/2021, 3:57 PM