feat(i18n): custom locale migration

This commit is contained in:
ineanto 2023-12-23 00:00:24 +01:00
parent 548d210a95
commit ce8f21c268
11 changed files with 165 additions and 86 deletions

View file

@ -5,7 +5,7 @@ plugins {
}
group = "xyz.ineanto"
version = "1.1.1-RC1"
version = "1.1.0-RC1"
val shadowImplementation: Configuration by configurations.creating
configurations["implementation"].extendsFrom(shadowImplementation)