enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

This commit is contained in:
ganfra 2023-01-20 19:13:44 +01:00
parent 718b37a4eb
commit 46e58fe64d
17 changed files with 100 additions and 97 deletions

View file

@ -32,6 +32,9 @@ dependencyResolutionManagement {
}
}
}
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
rootProject.name = "ElementX"
include(":app")
include(":libraries:core")