Upgraded to Gradle 6.6 and Kotlin 1.4.0.
This commit is contained in:
parent
1243aca99d
commit
a0af2bc304
8 changed files with 29 additions and 42 deletions
|
@ -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-->");
|
||||
}
|
||||
}
|
||||
%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue