Upgraded to Gradle 6.6 and Kotlin 1.4.0.

This commit is contained in:
Erik C. Thauvin 2020-08-18 00:17:41 -07:00
parent 1243aca99d
commit a0af2bc304
8 changed files with 29 additions and 42 deletions

View file

@ -31,7 +31,7 @@
out.write("wpm: " + wpm + " (" + rt.getWpm() + ")\n");
out.write("postfix: " + postfix + " (" + rt.getPostfix() + ")\n");
out.write("plural: " + plural + " (" + rt.getPlural() + ")\n");
out.write("excludeImages: " + excludeImages + " (" + rt.getExcludeImages() + ") -->");
out.write("excludeImages: " + excludeImages + " (" + rt.getExcludeImages() + ")\n-->");
}
}
%>