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

@ -25,7 +25,7 @@ android {
}
dependencies {
api(project(":libraries:di"))
api(projects.libraries.di)
api(libs.dagger)
api(libs.appyx.core)
api(libs.molecule.runtime)