1c63d3aa2f
Some of the KAPT compiler plugin options were longer than 0xFFFF bytes in UTF-8 encoding, causing UTFDataFormatException when serializing them. This commit avoids that issue by encoding changed files and changed classpath types one by one instead of joining them to a single string.