Implement task to generate translator layout from a text file (#759)

Related to #669
This commit is contained in:
Quentin Hibon
2021-02-22 14:46:52 +01:00
committed by GitHub
parent bc623f044d
commit 96f87df052
7 changed files with 201 additions and 285 deletions

View File

@@ -8,6 +8,10 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
}
apply {
from("translators.gradle.kts")
}
allprojects {
repositories {
google()