LastExceed
05/29/2021, 7:15 AMkotlin("jvm") version "1.5.10"
i'd just do kotlin("jvm") version "1.5.+"
afaik breaking changes only happen across major version updates so "auto bumping" the minor version should be fine ?CLOVIS
05/29/2021, 7:18 AMLastExceed
05/29/2021, 7:19 AMyou might get bug reports for other versions than the ones you have locallycan you elaborate? how/why would could this happen ?
ephemient
05/29/2021, 7:27 AMgradle --offline
, resulting in different behavior for different users, or CI depending on how caches are shared. non-reproducible builds are bad. kotlin is not perfect and may introduce bugs in minor versions.LastExceed
05/29/2021, 7:27 AMephemient
05/29/2021, 7:28 AMephemient
05/29/2021, 7:29 AM