Enable typesafe project accessors

pull/2904/head
Alex Baker 3 weeks ago
parent 5d0e88a620
commit f67c3bc56c

@ -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")

@ -1,3 +1,5 @@
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
google {

Loading…
Cancel
Save