Alex Vanyo @vanyo.dev · Nov 20

Annoyed with merge conflicts when updating versions in libs.versions.toml? If you add a "#libraryName" above each version entry, you can avoid the merge conflicts caused by adjacent lines being updated independently since each simple version bump will have an unchanged line in-between another.

8 likes 2 replies

?

Replies

Alex Vanyo · Nov 20

And before you go and try do that change manually, you can use a regular expression find and replace and captured groups to do it in one fell swoop. More details: www.jetbrains.com/help/idea/tu...

P-Y · Nov 20

Alternatively you could also add this: // toml is stupid