updates and migration onto toml

This commit is contained in:
2022-01-29 21:47:34 +06:00
parent 052072dd5a
commit 5494671ee1
10 changed files with 84 additions and 52 deletions

View File

@@ -14,3 +14,5 @@ includes.each { originalName ->
project.name = projectName
project.projectDir = new File(projectDirectory)
}
enableFeaturePreview("VERSION_CATALOGS")