gammax
06/16/2020, 5:28 PMNikky
06/16/2020, 8:57 PMgroup:name:_
and where it sees _
as version it looks up the version from a properties fine in the root of the project
it also puts newer available versions as comments in that file
and has most kotlin and android maven coordinates for projects made available like your buildSrc
(probably not all.. but most that i ended up needing)gammax
06/16/2020, 9:19 PMrefreshVersion
👍 However, I was thinking about migrating to Gradle lockfiles (also as with 6.4 there is the possibility to use a single lockfile only)Nikky
06/16/2020, 10:47 PMversion.kotlinx.serialization=0.20.0
## # available=0.20.0-1.4-M1-release-99
## # available=0.20.0-1.4-M2
## # available=0.20.0-1.4-M3-eap-38
## # available=0.20.0-1.4.0-dev-5730
and it allows for customization of the keys
(like grouping.. since all ktor artifacts share the same version for example)gammax
06/16/2020, 10:49 PMJoost Klitsie
06/19/2020, 7:13 AMgammax
06/19/2020, 8:27 AMJoost Klitsie
06/19/2020, 8:31 AM