diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2e326db55..1be745659 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -154,7 +154,7 @@ val genericImplementation by configurations val googleplayImplementation by configurations dependencies { - implementation(project(":data")) + implementation(projects.data) coreLibraryDesugaring(libs.desugar.jdk.libs) implementation(libs.bitfire.dav4jvm) { exclude(group = "junit") diff --git a/settings.gradle.kts b/settings.gradle.kts index 9840a8e42..8bee81098 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,5 @@ +enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") + pluginManagement { repositories { google {