krocard f4f312738b Update to Gradle plugin 4.1
Some usage of += had to be changed to use .add
because GString can be implitly converted to String
and back, but it is not the case for List<GString>
and List<String>.

PiperOrigin-RevId: 368416727
2021-04-15 10:51:16 +01:00
..