1

feat: fluent.syntax

Портирование кода из fluent-kotlin
https://github.com/projectfluent/fluent-kotlin
This commit is contained in:
2024-03-29 13:44:27 +03:00
parent 3c36aec40d
commit 499c699cd1
329 changed files with 30594 additions and 0 deletions

4
build.gradle Normal file
View File

@@ -0,0 +1,4 @@
wrapper {
gradleVersion = "8.6"
distributionType = Wrapper.DistributionType.BIN
}